From becf9e6f8f8b49a93874471b83741ca3c3f14e3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ferit=20Yi=C4=9Fit=20BALABAN?= Date: Thu, 7 Jul 2022 23:51:34 +0300 Subject: [PATCH] Fast fixes to mixin header_overflow2 --- resources/css/main.scss | 8 ++++++++ resources/styles/main.css | 10 ++++++++++ 2 files changed, 18 insertions(+) diff --git a/resources/css/main.scss b/resources/css/main.scss index 8d77f2a..9fc8156 100644 --- a/resources/css/main.scss +++ b/resources/css/main.scss @@ -95,6 +95,10 @@ html, body { transform-origin: bottom left; } } + + @include mixins.header_overflow2 { + height: 95vh; + } } .dropdown_close_animation { @@ -214,6 +218,10 @@ html, body { grid-template-columns: 1fr; grid-gap: 0; overflow: auto; + + @include mixins.header_overflow2 { + height: 95vh; + } } #content { diff --git a/resources/styles/main.css b/resources/styles/main.css index a5d5af9..3162013 100644 --- a/resources/styles/main.css +++ b/resources/styles/main.css @@ -437,6 +437,11 @@ html, body { transform: scaleX(1); transform-origin: bottom left; } +@media screen and (max-width: 850px) { + .dropdown { + height: 95vh; + } +} .dropdown_close_animation { -webkit-animation: drawer-close 550ms; @@ -544,6 +549,11 @@ html, body { grid-gap: 0; overflow: auto; } +@media screen and (max-width: 850px) { + #container { + height: 95vh; + } +} #content { background: whitesmoke;