Skip to content

Commit

Permalink
chore: suppress stylelint error
Browse files Browse the repository at this point in the history
  • Loading branch information
filzrev committed Oct 19, 2024
1 parent 396d136 commit 49827a5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions templates/modern/src/layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,10 @@ body[data-layout="landing"] {
display: block;
width: 230px;
max-height: calc(100vh - $header-height - $main-padding-top);

/* stylelint-disable-next-line declaration-block-no-redundant-longhand-properties */
overflow-x: hidden;
/* stylelint-disable-next-line declaration-block-no-redundant-longhand-properties */
overflow-y: auto;

@include stick-to-header;
Expand Down

0 comments on commit 49827a5

Please sign in to comment.