diff --git a/app/assets/stylesheets/common/base/sidebar.scss b/app/assets/stylesheets/common/base/sidebar.scss index 86a8c30198d..1583db8b800 100644 --- a/app/assets/stylesheets/common/base/sidebar.scss +++ b/app/assets/stylesheets/common/base/sidebar.scss @@ -31,7 +31,9 @@ .footer-nav-ipad & { top: calc(var(--header-offset) + var(--footer-nav-height)); - height: calc(100vh - var(--header-offset, 0px) - var(--footer-nav-height, 0px)); + height: calc( + 100vh - var(--header-offset, 0px) - var(--footer-nav-height, 0px) + ); } height: calc(100vh - var(--header-offset, 0px)); align-self: start;