1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-02 09:25:48 +00:00

Remove unnecessary g-menu-stackable-scrollable (#24462)

Fix #24460

That's a mistake but ..... no idea why I wrote so ... remove it.
This commit is contained in:
wxiaoguang 2023-05-01 18:51:14 +08:00 committed by GitHub
parent 1bd2772235
commit ce16ff6219
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 14 deletions

View File

@ -1,5 +1,5 @@
<div class="dashboard-navbar">
<div class="ui secondary stackable menu g-menu-stackable-scrollable">
<div class="ui secondary stackable menu">
<div class="item">
<div class="ui floating dropdown jump">
<span class="text truncated-item-container">

View File

@ -2803,19 +2803,6 @@ table th[data-sortt-desc] .svg {
height: 15px;
}
.g-menu-stackable-scrollable {
overflow-y: hidden;
overflow-x: auto;
}
@media (max-width: 767.98px) {
/* also respect Fomantic's "stackable" definition, use the same breakpoint to reset our styles */
.g-menu-stackable-scrollable {
overflow-x: unset;
overflow-y: unset;
}
}
.color-text-light-2 {
color: var(--color-text-light-2);
}