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

🐛 Fix horizontal scroll on firefox

This commit is contained in:
Eva Marco 2024-12-05 12:21:22 +01:00
parent 553b9eb4bb
commit b58830260c

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%;