From af6153fd7275236c82073d40e8bdd83e9b8edd43 Mon Sep 17 00:00:00 2001 From: Akash Gogoi Date: Sun, 8 Oct 2023 13:15:33 +0530 Subject: [PATCH] fix logout menu position --- src/component/logOut/logout.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/component/logOut/logout.css b/src/component/logOut/logout.css index ccd9eac..ed54983 100644 --- a/src/component/logOut/logout.css +++ b/src/component/logOut/logout.css @@ -1,6 +1,6 @@ .logoutDiv{ display: flex; -position:absolute; +position: fixed; top:20vh; left:29vw; width:38vw;