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
4 changed files with 6 additions and 5 deletions
+3 -2
View File
@@ -258,7 +258,8 @@ $z-index-on-top-of-everything: 9000;
// The scroll down button should be above everything in the timeline but
// popups, tooltips, toasts, and other items should stack above it.
$z-index-scroll-down-button: 10;
$z-index-calling: 101;
$z-index-above-popup: 102;
$z-index-stories: 97;
$z-index-calling: 98;
$z-index-above-popup: 101;
$z-index-calling-pip: 103;
$z-index-above-context-menu: 126;