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
|
@ -309,16 +309,6 @@ iron-icon {
|
|||
min-height: 24px;
|
||||
}
|
||||
|
||||
.mainAnimatedPage {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
/* Can't use will-change because it causes the alpha picker to move when the page scrolls*/
|
||||
/*will-change: transform;*/
|
||||
}
|
||||
|
||||
/* Without this, no content will be displayed in mobile safari */
|
||||
.pageContainer {
|
||||
overflow-x: visible !important;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue