add removed css chat-header handling in mobile

This commit is contained in:
10G Meow 2023-06-10 11:36:56 +03:00
parent 37be05208f
commit 26a9ec8ac7

View file

@ -158,7 +158,12 @@ body {
backdrop-filter: blur(2px);
-webkit-backdrop-filter: blur(2px);
}
}
}
@media #{map-get($display-breakpoints, 'sm-and-down')} {
position: fixed;
z-index: 10;
}
}
.chat-root {