banners zindex. closes #2405

This commit is contained in:
Miodec 2022-02-03 20:35:31 +01:00
parent 83f1253f42
commit 80f862f47b

View file

@ -1,7 +1,7 @@
#bannerCenter {
position: fixed;
width: 100%;
z-index: 9999;
z-index: 1000;
.banner {
background: var(--sub-color);
color: var(--bg-color);