mirror of
https://github.com/penpot/penpot.git
synced 2026-04-26 03:38:18 +00:00
Merge pull request #5427 from penpot/eva-fix-firefox-scrollbar
🐛 Fix horizontal scroll on firefox
This commit is contained in:
commit
2c36a4076f
@ -41,13 +41,6 @@ body {
|
||||
scrollbar-width: thin;
|
||||
}
|
||||
|
||||
// Firefox-only hack
|
||||
@-moz-document url-prefix() {
|
||||
* {
|
||||
scrollbar-width: auto;
|
||||
}
|
||||
}
|
||||
|
||||
img {
|
||||
height: auto;
|
||||
width: 100%;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user