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