From 0989f437df8d006a6acb13fe14e1ed05445582c9 Mon Sep 17 00:00:00 2001 From: puni9869 <80308335+puni9869@users.noreply.github.com> Date: Wed, 13 Sep 2023 12:45:36 +0530 Subject: [PATCH] Dashboard context dropdown position fix on landing page in mobile view. (#27047) as title. Screensots before ![image](https://github.com/go-gitea/gitea/assets/80308335/d72da379-1fb1-4d75-9f3e-f70e06ad4065) after ![image](https://github.com/go-gitea/gitea/assets/80308335/110ea806-feed-4947-bf56-2985b1e1ec5f) --- web_src/css/dashboard.css | 6 ------ 1 file changed, 6 deletions(-) diff --git a/web_src/css/dashboard.css b/web_src/css/dashboard.css index 0168ee0bd7..51ddd45e31 100644 --- a/web_src/css/dashboard.css +++ b/web_src/css/dashboard.css @@ -89,9 +89,3 @@ .dashboard .dashboard-navbar .ui.dropdown { max-width: 100%; } - -@media (max-width: 767.98px) { - .dashboard .dashboard-navbar .ui.dropdown > .menu { - position: static; - } -}