aboutsummaryrefslogtreecommitdiff
path: root/src/components/chat/chat.scss
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2022-04-08 10:17:23 +0300
committerHenry Jameson <me@hjkos.com>2022-04-08 10:17:23 +0300
commit6109fab14e4dac3a85ffa51ddfcd7e3aaef5149a (patch)
treee31a9539981075cfe9913f64d902ef43db23edda /src/components/chat/chat.scss
parentc71cf72eea0fe8cd8d5af2cd9b5922cce5884cab (diff)
cleanup, fix some things, try to disable scrollbars on mobile
Diffstat (limited to 'src/components/chat/chat.scss')
-rw-r--r--src/components/chat/chat.scss9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/components/chat/chat.scss b/src/components/chat/chat.scss
index 51bb3ea6..85e9f59d 100644
--- a/src/components/chat/chat.scss
+++ b/src/components/chat/chat.scss
@@ -133,18 +133,9 @@
.chat-view-heading {
box-sizing: border-box;
position: static;
- z-index: 9999;
top: 0;
margin-top: 0;
border-radius: 0;
-
- /* This practically overlays the panel heading color over panel background
- * color. This is needed because we allow transparent panel background and
- * it doesn't work well in this "disjointed panel header" case
- */
- background:
- linear-gradient(to top, var(--panel), var(--panel)),
- linear-gradient(to top, var(--bg), var(--bg));
height: 50px;
}