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/RequestList/RequestList.module.scss | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 src/components/RequestList/RequestList.module.scss (limited to 'src/components/RequestList/RequestList.module.scss') diff --git a/src/components/RequestList/RequestList.module.scss b/src/components/RequestList/RequestList.module.scss new file mode 100644 index 0000000..47f36c8 --- /dev/null +++ b/src/components/RequestList/RequestList.module.scss @@ -0,0 +1,20 @@ +.noRequest { + width: 100%; + height: 100%; + display: flex; + justify-content: center; + align-items: center; +} + +.list { + //height: 100%; + overflow-y: auto; +} + +.listContainer { + height: 100%; + overflow-y: hidden; + display: flex; + flex-flow: column nowrap; + +} -- cgit v1.2.3