diff --git a/dashboard-ui/css/site.css b/dashboard-ui/css/site.css index 180caadea..07900c474 100644 --- a/dashboard-ui/css/site.css +++ b/dashboard-ui/css/site.css @@ -309,6 +309,15 @@ iron-icon { min-height: 24px; } +.mainAnimatedPage { + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + will-change: transform; +} + /* Without this, no content will be displayed in mobile safari */ .pageContainer { overflow-x: visible !important;