From 1b10d358885746cbc9ee0c8c4bf01a2b6a8f0e87 Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Sat, 18 Nov 2023 17:41:44 +0100 Subject: [PATCH] Created the Root styles.sass --- client/src/common/layouts/Root/styles.sass | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 client/src/common/layouts/Root/styles.sass diff --git a/client/src/common/layouts/Root/styles.sass b/client/src/common/layouts/Root/styles.sass new file mode 100644 index 0000000..a60b3e8 --- /dev/null +++ b/client/src/common/layouts/Root/styles.sass @@ -0,0 +1,6 @@ +main + height: 80vh + overflow-y: scroll + +main * + z-index: 2 \ No newline at end of file