mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 02:54:15 +00:00
💄 Use missing box-sizing
This commit is contained in:
parent
a2b405ed74
commit
a2351cd728
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user