UX: More desktop tweaks (#20)

This commit is contained in:
Jordan Vidrine
2025-03-06 13:00:56 -06:00
committed by GitHub
parent ef2925a663
commit 328b8cbab5
9 changed files with 92 additions and 16 deletions
+12
View File
@@ -5,6 +5,18 @@
}
}
.chat-drawer-active.chat-drawer-expanded {
.experimental-screen {
&__top-left,
&__top-right,
&__bottom-left,
&__bottom-right,
&__bottom-bar {
z-index: 199;
}
}
}
.has-full-page-chat .experimental-screen {
display: none;
}