Fix positioning of calling modal

This commit is contained in:
Fedor Indutny 2022-10-19 15:57:12 -07:00 committed by GitHub
parent 096b6201e2
commit cb3a73c099
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
}