Trial fix for #23
This commit is contained in:
parent
a3a33eb07d
commit
8fc3fc1602
@ -127,7 +127,7 @@ body {
|
||||
color: white;
|
||||
padding: 12px;
|
||||
font-size: 12px;
|
||||
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
|
||||
box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.2);
|
||||
border: none;
|
||||
border-bottom-left-radius: 10px;
|
||||
cursor: pointer;
|
||||
@ -146,7 +146,7 @@ body {
|
||||
/* Dropdown Content (Hidden by Default) */
|
||||
.dropdown-content {
|
||||
display: none;
|
||||
position: static;
|
||||
position: absolute;
|
||||
background-color: #7fa7e6;
|
||||
min-width: 160px;
|
||||
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
|
||||
|
Reference in New Issue
Block a user