Skip to content

Commit

Permalink
Refs #142794 enabled minimum css so that header looks decent
Browse files Browse the repository at this point in the history
  • Loading branch information
ichim-david committed Dec 6, 2021
1 parent 773ad87 commit adbe233
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions theme/themes/eea/elements/header.overrides
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
}

.navigation {
width: 100%;

&::-webkit-scrollbar {
height: 0; /* remove scrollbar space */
background: transparent; /* optional: just make scrollbar invisible */
Expand Down Expand Up @@ -87,6 +89,18 @@
HEADER IMS Overrides
--------------------*/

.navigation-links {
display: inline-flex;
width: 100%;
justify-content: center;
}

.tools-wrapper {
display: flex;
flex: 1 0 auto;
align-items: center;
}

//@media only screen and (max-width: @mobileWidth) {
// .ui.segment.header-wrapper {
// position: sticky !important;
Expand Down

0 comments on commit adbe233

Please sign in to comment.