aboutsummaryrefslogtreecommitdiff
path: root/src/components/chat/chat.scss
diff options
context:
space:
mode:
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;
}