This commit is contained in:
Richard Mikloš 2024-01-17 10:54:43 +01:00
parent b785babb3f
commit 466f6952d4

@ -31,6 +31,7 @@ nav {
-moz-box-shadow: 0 20px 28px 0 rgba(0,0,0,0.2); -moz-box-shadow: 0 20px 28px 0 rgba(0,0,0,0.2);
box-shadow: 0 20px 28px 0 rgba(0,0,0,0.2); box-shadow: 0 20px 28px 0 rgba(0,0,0,0.2);
height: 75px !important; height: 75px !important;
z-index: 500;
} }
ul { ul {
@ -155,6 +156,7 @@ header hr {
max-height: 0; max-height: 0;
border: 0 solid transparent; border: 0 solid transparent;
transition: max-height 0.1s ease, border 0.1s ease; transition: max-height 0.1s ease, border 0.1s ease;
z-index: 999;
} }
.navsite_item:hover .navpage_list { .navsite_item:hover .navpage_list {