From 7c48533571e9f9d3731a59433a56cc8d6e008123 Mon Sep 17 00:00:00 2001 From: Tom van der Lee Date: Sat, 12 Feb 2022 10:59:19 +0100 Subject: Added search and filter options --- src/components/App/App.module.scss | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src/components/App/App.module.scss') diff --git a/src/components/App/App.module.scss b/src/components/App/App.module.scss index 088a4f6..61e399e 100644 --- a/src/components/App/App.module.scss +++ b/src/components/App/App.module.scss @@ -16,7 +16,6 @@ .sidebar { width: calc((6 / 16) * 100%); height: 100%; - overflow-y: auto; } .details { @@ -24,11 +23,3 @@ overflow: hidden; height: 100%; } - -.noRequest, .noRequestSelected { - width: 100%; - height: 100%; - display: flex; - justify-content: center; - align-items: center; -} -- cgit v1.2.3