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:
parent
2075acf404
commit
ee96fa577b
9 changed files with 26 additions and 19 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue