Fix duplicated rule
This commit is contained in:
parent
5e8421e625
commit
45a2a9b095
1 changed files with 1 additions and 6 deletions
|
@ -7,6 +7,7 @@ html {
|
|||
|
||||
.layout-mobile,
|
||||
.layout-tv {
|
||||
-webkit-touch-callout: none;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
|
@ -39,12 +40,6 @@ html {
|
|||
line-height: 1.35;
|
||||
}
|
||||
|
||||
.layout-mobile,
|
||||
.layout-tv {
|
||||
-webkit-touch-callout: none;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
body {
|
||||
overflow-x: hidden;
|
||||
background-color: transparent !important;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue