Skip to content

Commit

Permalink
Merge pull request #338 from conversionxl/raphael/fix/navigation/resp…
Browse files Browse the repository at this point in the history
…osiveness
  • Loading branch information
pawelkmpt authored Sep 28, 2023
2 parents f561d10 + a9818ad commit d97af34
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 d97af34

Please sign in to comment.