Properly handle closing click events in modals

This commit is contained in:
Fedor Indutny
2022-09-14 18:58:35 -07:00
committed by GitHub
parent b348bf9b70
commit 635840cd99
13 changed files with 257 additions and 178 deletions

View File

@@ -4,9 +4,6 @@
.module-Modal {
@include popper-shadow();
border-radius: 8px;
margin: 0 auto;
max-width: 360px;
width: 95%;
// We need this to be a number not divisible by 5 so that if we have sticky
// buttons the bottom doesn't bleed through by 1px.
max-height: 89vh;