💄 Use missing box-sizing

This commit is contained in:
SrGooglo 2023-05-09 22:57:12 +00:00
parent a2b405ed74
commit a2351cd728

View File

@ -4,7 +4,15 @@
@import "theme/fixments.less";
@import "theme/mobile.less";
*,
*:before,
*:after {
box-sizing: inherit;
}
html {
box-sizing: border-box;
overflow: hidden;
height: 100%;
-webkit-overflow-scrolling: touch;