fixed width of find-div

This commit is contained in:
Kasper Rynning-Tønnesen
2018-09-25 11:09:52 +02:00
parent 54a9a0ed4f
commit 82b69350c7

View File

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