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