feat: Use CSS contain to avoid computations (#3158)
This commit is contained in:
parent
8c5eaf7ae9
commit
b369fc2de4
2 changed files with 8 additions and 1 deletions
|
@ -1314,6 +1314,7 @@
|
|||
.drawer {
|
||||
flex: 1 1 100%;
|
||||
overflow: hidden;
|
||||
contain: strict;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 360px) {
|
||||
|
@ -1488,6 +1489,7 @@
|
|||
flex: 1 1 auto;
|
||||
backface-visibility: hidden;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
contain: strict;
|
||||
|
||||
&.optionally-scrollable {
|
||||
overflow-y: auto;
|
||||
|
@ -2234,6 +2236,7 @@ button.icon-button.active i.fa-retweet {
|
|||
flex: 1 1 auto;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
contain: strict;
|
||||
|
||||
a {
|
||||
color: $ui-highlight-color;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue