diff --git a/src/style.css b/src/style.css index 110f846..75b991f 100644 --- a/src/style.css +++ b/src/style.css @@ -252,6 +252,22 @@ button:focus .dropdown, transform: translateY(0); } +@media only screen and (max-width: 40em) { + .dropdown, + button:focus .dropdown, + .button:focus .dropdown, + .dropdown:hover { + position: fixed !important; + height: fit-content; + top: 0 !important; + left: 0 !important; + right: 0 !important; + bottom: 0 !important; + margin: auto; + padding: 10px; + } +} + iframe { width: 100%; height: 100%;