Message List: Fix width jump when switching chat on iPad (#3344)
This commit is contained in:
parent
4da76aaf80
commit
4e5ab22b37
@ -457,11 +457,10 @@
|
||||
|
||||
.Transition_slide-from > &,
|
||||
.Transition_slide-to > & {
|
||||
padding-inline-end: var(--scrollbar-width) !important;
|
||||
scrollbar-color: transparent !important;
|
||||
|
||||
scrollbar-width: none !important;
|
||||
&::-webkit-scrollbar {
|
||||
width: 0 !important;
|
||||
&::-webkit-scrollbar-thumb {
|
||||
background-color: transparent !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user