-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue #3464362 by joshua1234511: Mega menu broken for authenticated u…
…sers (#1290) Co-authored-by: Joshua Fernandes <“[email protected]”>
- Loading branch information
1 parent
31607a1
commit 7d79a33
Showing
2 changed files
with
12 additions
and
0 deletions.
There are no files selected for viewing
11 changes: 11 additions & 0 deletions
11
web/themes/contrib/civictheme/assets/sass/header/_header_admin.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
// | ||
// Drupal Header component. | ||
// | ||
|
||
.user-logged-in { | ||
.ct-header { | ||
.ct-navigation.contextual-region { | ||
position: unset; | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters