Properly handle closing click events in modals
This commit is contained in:
parent
b348bf9b70
commit
635840cd99
13 changed files with 257 additions and 178 deletions
|
@ -7490,18 +7490,24 @@ button.module-image__border-overlay:focus {
|
|||
|
||||
.module-modal-host__overlay-container {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
flex-direction: row;
|
||||
width: var(--window-width);
|
||||
height: var(--window-height);
|
||||
left: var(--window-border);
|
||||
top: var(--titlebar-height);
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
overflow: hidden;
|
||||
padding: 20px;
|
||||
position: fixed;
|
||||
z-index: $z-index-modal-host;
|
||||
}
|
||||
|
||||
.module-modal-host__width-container {
|
||||
max-width: 360px;
|
||||
width: 95%;
|
||||
}
|
||||
|
||||
.module-modal-host--on-top-of-everything {
|
||||
$loading-screen-modal-overlay: $z-index-on-top-of-everything + 1;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue