Attempt to fix header menu hover bug

This commit is contained in:
Justin Edmund 2022-12-25 22:27:44 -08:00
parent 5130f52f61
commit 4dbbe01486

View file

@ -1,6 +1,6 @@
.Header { .Header {
display: flex; display: flex;
margin-bottom: $unit-2x; margin-bottom: $unit;
width: 100%; width: 100%;
&.bottom { &.bottom {
@ -16,9 +16,10 @@
.dropdown { .dropdown {
display: inline-block; display: inline-block;
position: relative; position: relative;
padding-bottom: $unit;
&:hover { &:hover {
padding-right: 50px; padding-right: $unit-4x;
.Button { .Button {
background: var(--button-bg-hover); background: var(--button-bg-hover);