fix: 🐛 unable to scroll sliders via gestures
This commit is contained in:
parent
d75d8c79b5
commit
b86905a8fd
2 changed files with 2 additions and 0 deletions
|
@ -35,6 +35,7 @@
|
|||
border-radius: inherit;
|
||||
|
||||
transform: translate3d(0, 0, -1px);
|
||||
z-index: -1;
|
||||
}
|
||||
|
||||
:host > :not(.character-nav, .slider) {
|
||||
|
|
|
@ -67,6 +67,7 @@
|
|||
border-radius: inherit;
|
||||
|
||||
transform: translate3d(0, 0, -1px);
|
||||
z-index: -1;
|
||||
}
|
||||
|
||||
:host .avatar {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue