🐛 Fix horizontal scroll in viewer (#6347)
Some checks are pending
Commit Message Check / Check Commit Message (push) Waiting to run

This commit is contained in:
Alonso Torres
2025-04-22 21:03:45 +02:00
committed by GitHub
parent bd208c31e2
commit ee0f8ad19a
2 changed files with 2 additions and 0 deletions

View File

@@ -117,6 +117,7 @@
padding-right: 0 $s-8 $s-40 $s-8;
transition: transform 400ms ease 300ms;
z-index: $z-index-2;
pointer-events: none;
}
.reset-button {