|
|
|
|
|
by Abfrage
2685 days ago
|
|
Hey, just went on your site with firefox and the content was outside the screen. After digging into it a bit I found that you use "transform: scale(1.3)" on the body. It seems like firefox is positioning the element with its original dimensions and then scales the element. "transform-origin: 0 0" fixed it for me. |
|
Cheers!