mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Merge pull request #404 from zoff-music/fix/find-div-width
fixed width of find-div
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user