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:
parent
79afd280e1
commit
0989f437df
1 changed files with 0 additions and 6 deletions
|
@ -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;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in a new issue