Fix positioning of calling modal
This commit is contained in:
parent
096b6201e2
commit
cb3a73c099
1 changed files with 1 additions and 1 deletions
|
@ -3641,7 +3641,7 @@ button.module-image__border-overlay:focus {
|
|||
// - size themselves in relation to viewport (position: fixed)
|
||||
&__modal-container {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
top: var(--titlebar-height);
|
||||
left: 0;
|
||||
z-index: $z-index-on-top-of-everything;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue