From 7dca981ee3717a06ccb3b0f79db83ddddb0fc587 Mon Sep 17 00:00:00 2001 From: Aravinth Manivannan Date: Sat, 3 Dec 2022 14:54:12 +0530 Subject: [PATCH] fix: style: broken fullscreen component --- templates/components/sass/_fullscreen.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/components/sass/_fullscreen.scss b/templates/components/sass/_fullscreen.scss index 3f6c693..587fc9c 100644 --- a/templates/components/sass/_fullscreen.scss +++ b/templates/components/sass/_fullscreen.scss @@ -1,5 +1,5 @@ @mixin fullscreen { height: 100vh; min-height: 500px; - max-height: 800px; +// max-height: 800px; }