1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-16 08:15:47 +00:00

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)
This commit is contained in:
puni9869 2023-09-13 12:45:36 +05:30 committed by GitHub
parent 79afd280e1
commit 0989f437df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -89,9 +89,3 @@
.dashboard .dashboard-navbar .ui.dropdown { .dashboard .dashboard-navbar .ui.dropdown {
max-width: 100%; max-width: 100%;
} }
@media (max-width: 767.98px) {
.dashboard .dashboard-navbar .ui.dropdown > .menu {
position: static;
}
}