Trial fix for #23

This commit is contained in:
Fred Boniface 2022-10-05 20:54:41 +01:00
parent e866d8ec78
commit a3a33eb07d
1 changed files with 2 additions and 1 deletions

View File

@ -127,6 +127,7 @@ body {
color: white; color: white;
padding: 12px; padding: 12px;
font-size: 12px; font-size: 12px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
border: none; border: none;
border-bottom-left-radius: 10px; border-bottom-left-radius: 10px;
cursor: pointer; cursor: pointer;
@ -145,7 +146,7 @@ body {
/* Dropdown Content (Hidden by Default) */ /* Dropdown Content (Hidden by Default) */
.dropdown-content { .dropdown-content {
display: none; display: none;
position: sticky; position: static;
background-color: #7fa7e6; background-color: #7fa7e6;
min-width: 160px; min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);