Skip to content

Commit

Permalink
Merge pull request #143 from swiss/bugfix/top-bar-aria-fix
Browse files Browse the repository at this point in the history
fix(top-bar-aria): fix top bar aria hidden on mobile
  • Loading branch information
satefan authored Jan 13, 2025
2 parents 4b2152c + 5843ea5 commit cf0722c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/navigations/top-bar-navigation.postcss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
\*----------------------------------------*/

.top-bar-navigation {
@apply flex h-full;
@apply hidden lg:flex h-full;
span {
@apply hidden lg:block;
@apply pl-2 lg:pl-4;
Expand Down

0 comments on commit cf0722c

Please sign in to comment.