0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-06 14:50:20 -05:00

Merge pull request #5427 from penpot/eva-fix-firefox-scrollbar

🐛 Fix horizontal scroll on firefox
This commit is contained in:
Alejandro 2024-12-05 13:30:52 +01:00 committed by GitHub
commit 2c36a4076f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -41,13 +41,6 @@ body {
scrollbar-width: thin;
}
// Firefox-only hack
@-moz-document url-prefix() {
* {
scrollbar-width: auto;
}
}
img {
height: auto;
width: 100%;