improve mobile download dropdown
This commit is contained in:
parent
8c814187c8
commit
9d5d151fb9
1 changed files with 16 additions and 0 deletions
|
|
@ -252,6 +252,22 @@ button:focus .dropdown,
|
||||||
transform: translateY(0);
|
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 {
|
iframe {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue