Merge pull request #453 from patriceac/beta

Fix modifier and system settings popup position
This commit is contained in:
cmdr2 2022-11-09 10:23:12 +05:30 committed by GitHub
commit c5768c81e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -720,6 +720,12 @@ input::file-selector-button {
transition: 0s visibility, 0.3s opacity;
}
@media only screen and (min-height: 1050px) {
.popup {
position: fixed;
}
}
.popup > div {
position: relative;
background: var(--background-color2);