Add glassmorphism effects

This commit is contained in:
2025-10-29 21:21:40 +03:00
Unverified
parent d20800b681
commit 1d4a46dff2
12 changed files with 869 additions and 779 deletions
@@ -11,7 +11,9 @@
align-items: center;
box-shadow: 0 4px 20px rgba($color-dark-primary, 0.1);
position: relative;
z-index: 1;
z-index: 5;
position: sticky;
top: 0;
.chat-header-avatar {
width: 45px;
@@ -65,7 +67,6 @@
.chat-messages {
flex: 1;
padding: 10px 20px;
overflow-y: auto;
position: relative;
z-index: 1;