Skip to content

Commit

Permalink
docs(general): CSS append fix for mobile issues:
Browse files Browse the repository at this point in the history
1. Hidden bottom bar
2. White text (unreadable) for index and glossary menus
  • Loading branch information
gurpreetsinghmatharoo committed Aug 6, 2024
1 parent 3555634 commit 177f146
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions SupportFiles/layout_fix_append.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,16 @@ body.media-landscape div.idx-holder div.Index {

body.media-landscape div.glo-holder div.Glossary {
color: #505050;
}

body.media-mobile div.functionbar {
z-index: 1 !important;
}

.GlossaryTermText {
color: #444;
}

body.media-mobile div.idx-holder div.Index li.treeitem {
color: #444;
}

0 comments on commit 177f146

Please sign in to comment.