mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-08 08:58:38 +01:00
Allow outside click for focustrap
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user