add removed css chat-header handling in mobile
This commit is contained in:
parent
37be05208f
commit
26a9ec8ac7
1 changed files with 6 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue