Skip to content

Commit

Permalink
fix(cxl-ui): fix short height viewport bug
Browse files Browse the repository at this point in the history
  • Loading branch information
freudFlintstone committed Sep 27, 2023
1 parent f561d10 commit a9818ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cxl-lumo-styles/scss/themes/vaadin-overlay.scss
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
padding-left: 0;
}

@media screen and (min-width: 768px) and (min-height: 768px) {
@media (min-width: 768px), (min-height: 768px) {
:host([theme~="cxl-marketing-nav"]) {
position: relative;
top: 0 !important; /* stylelint-disable-line declaration-no-important */
Expand Down

0 comments on commit a9818ad

Please sign in to comment.