improve mobile download dropdown
This commit is contained in:
parent
0d31d77828
commit
996188e5d6
1 changed files with 16 additions and 0 deletions
|
|
@ -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%;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue