mirror of
https://github.com/openvk/openvk
synced 2024-11-11 01:19:53 +03:00
OpenVK Modern: fix display of the header when popup is opened
This commit is contained in:
parent
9bcbc3f6f7
commit
dc10a987a7
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ body {
|
|||
position: fixed;
|
||||
height: 42px;
|
||||
background: #3C3C3C;
|
||||
z-index: 1000;
|
||||
z-index: 199;
|
||||
}
|
||||
|
||||
.home_button {
|
||||
|
|
Loading…
Reference in a new issue