diff options
| author | Henry Jameson <me@hjkos.com> | 2022-04-05 13:19:12 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2022-04-05 13:19:12 +0300 |
| commit | cfa8edf2c075d16e3b04f4a6463657eb777c623c (patch) | |
| tree | 3f2d6128fe118afe17e64bae1fa03e16d42e9c2f /src/App.scss | |
| parent | e7ac0e5d689b4566a9522d29f95984e886dd2cca (diff) | |
chats work and look a bit better
Diffstat (limited to 'src/App.scss')
| -rw-r--r-- | src/App.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/App.scss b/src/App.scss index dbea74a0..5df4d57b 100644 --- a/src/App.scss +++ b/src/App.scss @@ -494,7 +494,7 @@ i[class*=icon-], bottom: 0; left: 0; right: 0; - z-index: 2; + z-index: 100; box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6); box-shadow: var(--panelShadow); pointer-events: none; |
