From 1fcb52a35dd3fb6b2c9d67c6b35dceca6bb070aa Mon Sep 17 00:00:00 2001 From: MikunoNaka Date: Sat, 3 Jul 2021 02:11:10 +0530 Subject: fixed datepicker bleeding through floating menu --- src/styles/global.scss | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/styles') diff --git a/src/styles/global.scss b/src/styles/global.scss index a1b84ef..fde6aed 100644 --- a/src/styles/global.scss +++ b/src/styles/global.scss @@ -55,6 +55,7 @@ body { width: 100%; position: fixed; top: 0; left: 0; + z-index: 1; background-color: $background0; } @@ -69,6 +70,7 @@ body { top: 0; bottom: 0; left: 0; right: 0; margin: auto; + z-index: 2; background-color: $background3; box-shadow: $floatingShadow; -- cgit v1.2.3