This commit is contained in:
Richard Mikloš 2024-02-07 20:55:52 +01:00
parent b4aa036c66
commit e40d0814e1

@ -216,7 +216,7 @@ ul.navpage_list
display: flex; display: flex;
} }
#navsite_list { #navsite_list {
display: flex; display: none;
position: fixed; position: fixed;
flex-direction: column; flex-direction: column;
width: 100%; width: 100%;
@ -231,7 +231,7 @@ ul.navpage_list
width: inherit; width: inherit;
} }
.navpage_list { ul.navpage_list {
display: flex !important; display: flex !important;
} }