Skip to content

Commit

Permalink
Merge pull request #15946 from opf/bug/55786-main-menu-resizer-handle…
Browse files Browse the repository at this point in the history
…-icon-change-on-hover-not-working-for-safari

[55786] Main menu resizer handle icon change on hover not working for Safari
  • Loading branch information
dombesz authored Jun 25, 2024
2 parents 8e75734 + 3406c20 commit 0e38ec3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/src/global_styles/layout/_main_menu.sass
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,8 @@ a.main-menu--parent-node

.main-menu--navigation-toggler
position: relative
// Needed for Safari due to the fixed position of the parent element
-webkit-transform: translateZ(0)
cursor: pointer
margin-left: -0.75rem
color: var(--main-menu-font-color)
Expand Down

0 comments on commit 0e38ec3

Please sign in to comment.