File tree 2 files changed +1
-14
lines changed
2 files changed +1
-14
lines changed Original file line number Diff line number Diff line change 1
1
<div class="dashboard-navbar">
2
- <div class="ui secondary stackable menu g-menu-stackable-scrollable ">
2
+ <div class="ui secondary stackable menu">
3
3
<div class="item">
4
4
<div class="ui floating dropdown jump">
5
5
<span class="text truncated-item-container">
Original file line number Diff line number Diff line change @@ -2803,19 +2803,6 @@ table th[data-sortt-desc] .svg {
2803
2803
height : 15px ;
2804
2804
}
2805
2805
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
-
2819
2806
.color-text-light-2 {
2820
2807
color : var (--color-text-light-2 );
2821
2808
}
You can’t perform that action at this time.
0 commit comments