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)
|
// - size themselves in relation to viewport (position: fixed)
|
||||||
&__modal-container {
|
&__modal-container {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 0;
|
top: var(--titlebar-height);
|
||||||
left: 0;
|
left: 0;
|
||||||
z-index: $z-index-on-top-of-everything;
|
z-index: $z-index-on-top-of-everything;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue