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-from > &,
|
||||||
.Transition_slide-to > & {
|
.Transition_slide-to > & {
|
||||||
padding-inline-end: var(--scrollbar-width) !important;
|
scrollbar-color: transparent !important;
|
||||||
|
|
||||||
scrollbar-width: none !important;
|
&::-webkit-scrollbar-thumb {
|
||||||
&::-webkit-scrollbar {
|
background-color: transparent !important;
|
||||||
width: 0 !important;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user