diff --git a/canvas_modules/common-canvas/src/notification-panel/notification-panel.scss b/canvas_modules/common-canvas/src/notification-panel/notification-panel.scss index aa7c94cecd..ab4b062922 100644 --- a/canvas_modules/common-canvas/src/notification-panel/notification-panel.scss +++ b/canvas_modules/common-canvas/src/notification-panel/notification-panel.scss @@ -86,7 +86,7 @@ $toolbar-button-height: 41px; // Allow one extra pixel for the toolbar border .notification-panel-messages-container { width: inherit; - max-height: calc(100% - #{$notification-panel-header-height} - 10px); // Extra 10px makes sure full height of notification-panel-button-container is visible in narrow window + max-height: calc(100% - #{$notification-panel-header-height} - #{$notification-panel-subtitle-height}); height: 100%; } .notification-panel-messages {