Position nav bar to top if there's hover
This commit is contained in:
parent
f5808b6f3b
commit
f3dcd9f4ee
|
@ -152,7 +152,7 @@ shortcuts .tab-bar[hidden] {
|
|||
}
|
||||
}
|
||||
|
||||
@media (min-width: 40em) {
|
||||
@media (min-width: 40em) and (hover: hover) {
|
||||
#app[data-shortcuts-view-mode='tab-menu-bar'] .timeline-deck {
|
||||
margin-top: 44px;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue