From ff060649d91c8646a8d654732f17493f59361f0c Mon Sep 17 00:00:00 2001 From: Ceda EI Date: Sat, 10 Apr 2021 11:10:29 +0530 Subject: [PATCH] Fix filters on right half of screen --- src/App.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.css b/src/App.css index 9c97b51..485192d 100644 --- a/src/App.css +++ b/src/App.css @@ -8,7 +8,7 @@ .filters { width: 10%; - position: absolute; + position: fixed; align-self: flex-start; top: 200px; right: 10%;