Allow outside click for focustrap

This commit is contained in:
Josh Perez 2022-04-08 14:50:26 -04:00 committed by GitHub
parent 0f16ef5dd6
commit 28c1346a25
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 5 deletions

View file

@ -10,7 +10,7 @@
top: 0;
user-select: none;
width: 100%;
z-index: $z-index-popup-overlay;
z-index: $z-index-stories;
&__pane {
background: $color-gray-80;