Skip to content

Commit ce16ff6

Browse files
authored
Remove unnecessary g-menu-stackable-scrollable (#24462)
Fix #24460 That's a mistake but ..... no idea why I wrote so ... remove it.
1 parent 1bd2772 commit ce16ff6

File tree

2 files changed

+1
-14
lines changed

2 files changed

+1
-14
lines changed

templates/user/dashboard/navbar.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div class="dashboard-navbar">
2-
<div class="ui secondary stackable menu g-menu-stackable-scrollable">
2+
<div class="ui secondary stackable menu">
33
<div class="item">
44
<div class="ui floating dropdown jump">
55
<span class="text truncated-item-container">

web_src/css/base.css

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2803,19 +2803,6 @@ table th[data-sortt-desc] .svg {
28032803
height: 15px;
28042804
}
28052805

2806-
.g-menu-stackable-scrollable {
2807-
overflow-y: hidden;
2808-
overflow-x: auto;
2809-
}
2810-
2811-
@media (max-width: 767.98px) {
2812-
/* also respect Fomantic's "stackable" definition, use the same breakpoint to reset our styles */
2813-
.g-menu-stackable-scrollable {
2814-
overflow-x: unset;
2815-
overflow-y: unset;
2816-
}
2817-
}
2818-
28192806
.color-text-light-2 {
28202807
color: var(--color-text-light-2);
28212808
}

0 commit comments

Comments
 (0)