Borders disappear with "transform: scale..." in Firefox. How to fix it? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Borders disappear with "transform: scale..." in Firefox. How to fix it?

There is transform: scale(0.9); , used for a body tag. In Firefox it causes a problem with the borders - parts of them "disappear" - usually a top or a left one. How to fix it? Thank you in advance. P.S. It's not allowed to use a large border.

22nd Nov 2019, 9:33 AM
Sona Sarkisian
Sona Sarkisian - avatar
1 Answer
+ 1
border-width: 3px;
22nd Nov 2019, 10:05 AM
Gordon
Gordon - avatar