diff options
| author | Henry Jameson <me@hjkos.com> | 2022-08-23 01:46:59 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2022-08-23 01:46:59 +0300 |
| commit | ef4ea4965327d2e94cd70a56bb9572f00219a29a (patch) | |
| tree | 1a69e8718ea878a54c43b43e86586b45fc181ab4 /src/App.scss | |
| parent | 0f51b0054019e876bdac929dc02e1ca7772c4861 (diff) | |
fix modals not having proper z index
Diffstat (limited to 'src/App.scss')
| -rw-r--r-- | src/App.scss | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/App.scss b/src/App.scss index ab1a656e..dec187af 100644 --- a/src/App.scss +++ b/src/App.scss @@ -141,6 +141,11 @@ nav { grid-area: sidebar; } +#modal { + position: absolute; + z-index: var(--ZI_modals); +} + .column.-scrollable { top: var(--navbar-height); position: sticky; |
