mirror of
https://github.com/PretendoNetwork/website.git
synced 2026-04-26 01:49:23 -05:00
fix: tab indicator breaking dropdown
This commit is contained in:
parent
d3d10893a0
commit
b4fa71bc82
|
|
@ -33,6 +33,7 @@ header .dropdown-arrow {
|
||||||
margin-left: -10px;
|
margin-left: -10px;
|
||||||
margin-bottom: -10px;
|
margin-bottom: -10px;
|
||||||
transition: left 180ms, margin-bottom 180ms, opacity 180ms;
|
transition: left 180ms, margin-bottom 180ms, opacity 180ms;
|
||||||
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
header.dropdown-active .dropdown-arrow {
|
header.dropdown-active .dropdown-arrow {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user