mirror of
https://github.com/fromchat-messenger/web.git
synced 2026-09-22 19:15:08 +03:00
Add glassmorphism effects
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user