fix: 🐛 unable to scroll sliders via gestures

This commit is contained in:
Sebin Nyshkim 2025-07-12 15:40:25 +02:00
parent d75d8c79b5
commit b86905a8fd
Signed by: SebinNyshkim
SSH key fingerprint: SHA256:LG1WHMySL/4iW/Yci+0eHgbf0te5beRiLlmyoY8E5D0
2 changed files with 2 additions and 0 deletions

View file

@ -35,6 +35,7 @@
border-radius: inherit;
transform: translate3d(0, 0, -1px);
z-index: -1;
}
:host > :not(.character-nav, .slider) {

View file

@ -67,6 +67,7 @@
border-radius: inherit;
transform: translate3d(0, 0, -1px);
z-index: -1;
}
:host .avatar {