- Affected Version
- WoltLab Suite 3.1
Hello,
I have tried to reduce the zoom of the theme to 80% with the following code in global CSS:
Code
@include screen-lg {
body {
zoom: 0.8;
-moz-transform: scale(0.8);
-moz-transform-origin: 0 0;
}
}
and it works fine on Microsoft edge & Google Chrome but with Mozilla Firefox the theme in not centered
How can I fix it?