1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

use css containment when possible

This commit is contained in:
Luke Pulverenti 2016-05-29 17:02:47 -04:00
parent 2075acf404
commit ee96fa577b
9 changed files with 26 additions and 19 deletions

View file

@ -10,6 +10,7 @@
border: 0;
padding: 0;
will-change: transform;
contain: style;
}
.dialog.fixedSize {
@ -23,6 +24,7 @@
max-height: none !important;
max-width: none !important;
width: auto;
contain: strict;
}
.dialog.centeredDialog {