fixed width of find-div

This commit is contained in:
Kasper Rynning-Tønnesen
2018-09-25 11:09:52 +02:00
parent db9a63be48
commit 12d3e0ddc9

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;