Skip to content

Commit

Permalink
#430 css - disable overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
FrutyX authored Oct 19, 2022
1 parent 029f6c2 commit b1c80d0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/core/resources/style_gca.css
Original file line number Diff line number Diff line change
Expand Up @@ -240,12 +240,14 @@
.menu_merge_merchants a.menuitem[href*="mod=inventory&sub=4"] {position: absolute;visibility: hidden;}
.menu_merge_merchants a.menuitem[href*="mod=inventory&sub=5"] {position: absolute;visibility: hidden;}
.menu_merge_merchants a.menuitem[href*="mod=inventory&sub=6"] {position: absolute;visibility: hidden;}
.menu_merge_merchants #mainmenu a {white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}

/* Merge menu items into one */
.menu_merge_items a.menuitem[href*="mod=forge&submod=smeltery"] {position: absolute;visibility: hidden;}
.menu_merge_items a.menuitem[href*="mod=forge&submod=workbench"] {position: absolute;visibility: hidden;}
.menu_merge_items a.menuitem[href*="mod=forge&submod=storage"] {position: absolute;visibility: hidden;}
.menu_merge_items a.menuitem[href*="mod=magus"] {position: absolute;visibility: hidden;}
.menu_merge_items #mainmenu a {white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}


/* OverView */
Expand Down

0 comments on commit b1c80d0

Please sign in to comment.