From 63931cf077b3147b02a3412ab9d96914ea354e4c Mon Sep 17 00:00:00 2001 From: Dylan Hillerbrand Date: Mon, 18 Sep 2023 13:28:18 -0400 Subject: [PATCH] Keep div line after modal header stationary --- nginx/public/node/frontend/public/css/styles.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nginx/public/node/frontend/public/css/styles.scss b/nginx/public/node/frontend/public/css/styles.scss index 373a96ae..d84ae1e0 100644 --- a/nginx/public/node/frontend/public/css/styles.scss +++ b/nginx/public/node/frontend/public/css/styles.scss @@ -334,6 +334,9 @@ body.propagate-height { .modal-content { height: 100%; } +.modal-header{ + min-height:auto; +} #manuscript-data-container { // Relative-position the container so that percentage-based dimensions are calculated relative to it