🐛 Fix horizontal scroll in viewer (#6347)

This commit is contained in:
Alonso Torres 2025-04-22 21:03:45 +02:00 committed by GitHub
parent bd208c31e2
commit ee0f8ad19a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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 {