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