diff options
| author | Henry Jameson <me@hjkos.com> | 2022-04-11 23:30:41 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2022-04-11 23:30:41 +0300 |
| commit | 4f617a7293922fdce85462009feb7e52770a7e62 (patch) | |
| tree | a61d07827d28ba73b6c50abfa902fae614545c18 /src/App.scss | |
| parent | df18a74adc4dbad7ca0daf38c041f9ac482a29c8 (diff) | |
fix for chat shadow
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 b5411585..31d7fac2 100644 --- a/src/App.scss +++ b/src/App.scss @@ -207,6 +207,11 @@ nav { z-index: 2; } + &.-full-height { + margin-top: 0; + margin-bottom: 0; + } + &.-scrollable { --___paddingIncrease: calc(var(--columnGap) / 2); |
