Trial fix for #23

This commit is contained in:
Fred Boniface 2022-10-05 21:01:20 +01:00
parent b55caa9c4e
commit 5e8fa8ddcd
1 changed files with 3 additions and 3 deletions

View File

@ -146,9 +146,9 @@ body {
/* Dropdown Content (Hidden by Default) */
.dropdown-content {
display: none;
position: relative;
top: 10px;
right: 10px;
position: absolute;
top: 5px;
right: -90px;
background-color: #7fa7e6;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);