fixed jumpiness on pages using cd-hmedia-scroller
This commit is contained in:
parent
8106f0ac2e
commit
55440a99ae
1 changed files with 2 additions and 0 deletions
|
@ -2254,6 +2254,8 @@ input[type="range"].web-slider.display--small::-webkit-slider-thumb {
|
||||||
flex-flow: row;
|
flex-flow: row;
|
||||||
overflow-x: scroll;
|
overflow-x: scroll;
|
||||||
overflow-y: hidden;
|
overflow-y: hidden;
|
||||||
|
height: 284px;
|
||||||
|
align-items: center;
|
||||||
|
|
||||||
&::-webkit-scrollbar-thumb {
|
&::-webkit-scrollbar-thumb {
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue