Skip to content

Commit

Permalink
fix: only sticky the omnibar component
Browse files Browse the repository at this point in the history
  • Loading branch information
btkostner committed Jun 11, 2021
1 parent b8ec7af commit 9aea39e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/sys-omnibar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ export default {
/** Sticky responsiveness */
@media (min-height: 400px) {
header {
.header {
position: sticky;
top: 0;
}
Expand Down

0 comments on commit 9aea39e

Please sign in to comment.