trying to fix dropdown menus

master
Jakob 2020-04-01 01:12:35 +02:00
parent 5cede219b0
commit 5730da8506
1 changed files with 1 additions and 1 deletions

View File

@ -317,7 +317,7 @@ ul.list li a.active {
.dropdown-content {
display: none;
position: absolute;
position: static;
background-color: %COLOR_BLUE%;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);