forked from extern/easydiffusion
Merge pull request #453 from patriceac/beta
Fix modifier and system settings popup position
This commit is contained in:
commit
c5768c81e1
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user