From d0c031e07223401dccbb4684cdd1f18e24217e76 Mon Sep 17 00:00:00 2001 From: Anton Date: Mon, 22 May 2023 10:35:29 +0200 Subject: [PATCH] Fix task page background size [SCI-8497] --- app/assets/stylesheets/my_modules/protocols/index.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/my_modules/protocols/index.scss b/app/assets/stylesheets/my_modules/protocols/index.scss index a853c42e0..ddc388bd9 100644 --- a/app/assets/stylesheets/my_modules/protocols/index.scss +++ b/app/assets/stylesheets/my_modules/protocols/index.scss @@ -10,6 +10,7 @@ .content-pane.my-modules-protocols-index { background-color: $color-alto; padding: 0 1rem 1rem !important; + min-height: calc(100vh - var(--navbar-height)); .title-row { margin-left: -1rem;