Keep mobile result toggle clickable
This commit is contained in:
@@ -1766,6 +1766,10 @@ button.overview-command-card { cursor: pointer; }
|
||||
background: var(--gi-brand-700) !important;
|
||||
}
|
||||
|
||||
.geo-results-toggle:active:not(:disabled) {
|
||||
transform: translateY(calc(-50% + 1px));
|
||||
}
|
||||
|
||||
.geo-results-toggle-open {
|
||||
right: clamp(23rem, 25vw, 28rem);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user