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