From 511acab59c7b468b0e98803461ceb6dc2ed9f96b Mon Sep 17 00:00:00 2001 From: Miguel Astor Date: Wed, 23 Aug 2023 16:53:48 -0400 Subject: [PATCH] Missing comment. --- viewer/static/css/styles.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/viewer/static/css/styles.css b/viewer/static/css/styles.css index fba9874..a29f24a 100644 --- a/viewer/static/css/styles.css +++ b/viewer/static/css/styles.css @@ -1,3 +1,7 @@ +/**************************************************************************** + * Specific elements. * + ****************************************************************************/ + html { height:100%; }