Skip to content

Commit

Permalink
Issue #3464362 by joshua1234511: Mega menu broken for authenticated u…
Browse files Browse the repository at this point in the history
…sers (#1290)

Co-authored-by: Joshua Fernandes <“[email protected]”>
  • Loading branch information
joshua-salsadigital and Joshua Fernandes authored Jul 29, 2024
1 parent 31607a1 commit 7d79a33
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
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;
}
}
}
1 change: 1 addition & 0 deletions web/themes/contrib/civictheme/assets/sass/theme.admin.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
// Styles used for when the CivicTheme is rendered in the admin theme.
//
// These styles will not be visible in the Storybook.
@import 'header/header_admin';
@import 'layout_builder/layout_builder';
@import 'moderation_controls/moderation_controls';

0 comments on commit 7d79a33

Please sign in to comment.