OpenVK Modern: fix display of the header when popup is opened

This commit is contained in:
rudzik8 2022-06-15 15:06:16 +07:00
parent 9bcbc3f6f7
commit dc10a987a7

View file

@ -6,7 +6,7 @@ body {
position: fixed; position: fixed;
height: 42px; height: 42px;
background: #3C3C3C; background: #3C3C3C;
z-index: 1000; z-index: 199;
} }
.home_button { .home_button {