Skip to content
Snippets Groups Projects
Commit 54a40bfa authored by HJ's avatar HJ :fire:
Browse files

fix inline conversation's shadow showing through outer header

parent cc1e3c67
No related branches found
No related tags found
No related merge requests found
......@@ -201,6 +201,8 @@
@import '../../_variables.scss';
.Conversation {
z-index: 1;
.conversation-dive-to-top-level-box {
padding: var(--status-margin, $status-margin);
border-bottom-width: 1px;
......
......@@ -18,7 +18,7 @@
bottom: 0;
left: 0;
right: 0;
z-index: 3;
z-index: 5;
box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
box-shadow: var(--panelShadow);
pointer-events: none;
......@@ -60,7 +60,7 @@
padding: 0.6em;
height: var(--__panel-heading-height);
line-height: var(--__panel-heading-height-inner);
z-index: 3;
z-index: 4;
&.-flexible-height {
--__panel-heading-height: auto;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment