fix: tab indicator breaking dropdown

This commit is contained in:
Ash Monty
2022-09-24 22:56:56 +02:00
parent d3d10893a0
commit b4fa71bc82

View File

@@ -33,6 +33,7 @@ header .dropdown-arrow {
margin-left: -10px;
margin-bottom: -10px;
transition: left 180ms, margin-bottom 180ms, opacity 180ms;
pointer-events: none;
}
header.dropdown-active .dropdown-arrow {