Merge pull request #404 from zoff-music/fix/find-div-width

fixed width of find-div
This commit is contained in:
Kasper Rynning-Tønnesen
2018-09-25 11:12:40 +02:00
committed by GitHub

View File

@@ -1130,7 +1130,7 @@ margin:-1px;
position: absolute;
background: #282828;
z-index: 2;
width: 100%;
width: calc(100% - 22px);
padding: 0 15px;
top: 0;
color: white;