UI: Hide scrollbar during slide animations (#4582)
This commit is contained in:
parent
ff4403e9d5
commit
86ddb399d5
@ -245,8 +245,6 @@
|
||||
overflow-x: auto;
|
||||
overflow-y: hidden;
|
||||
|
||||
scrollbar-color: rgba(0, 0, 0, 0);
|
||||
|
||||
> .PickerSelectedItem {
|
||||
flex: 0 0 auto;
|
||||
|
||||
|
||||
@ -424,7 +424,7 @@
|
||||
|
||||
.Transition_slide-from > &,
|
||||
.Transition_slide-to > & {
|
||||
scrollbar-color: transparent !important;
|
||||
scrollbar-color: transparent transparent !important;
|
||||
|
||||
&::-webkit-scrollbar-thumb {
|
||||
background-color: transparent !important;
|
||||
|
||||
@ -363,7 +363,7 @@
|
||||
animation: push-out 0.25s ease-in-out;
|
||||
|
||||
.custom-scroll {
|
||||
scrollbar-color: transparent !important;
|
||||
scrollbar-color: transparent transparent !important;
|
||||
|
||||
&::-webkit-scrollbar-thumb {
|
||||
background-color: transparent !important;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user