Skip to content

Commit

Permalink
Merge pull request #1125 from marekdedic/stylelint-fixes
Browse files Browse the repository at this point in the history
Fixed CSS compat warnings
  • Loading branch information
marekdedic authored Oct 7, 2024
2 parents b8c35e2 + 6932aa2 commit f45730d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/ImageView.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
cursor: pointer;
z-index: 10000;
margin: auto;
touch-action: none;
box-shadow: 0 0 3.125em rgba(0, 0, 0, 75%);
opacity: 0;
transition-property: left, opacity;
Expand Down
1 change: 1 addition & 0 deletions src/lib/container.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@
}

.ilb-body {
/* stylelint-disable-next-line plugin/no-unsupported-browser-features -- body will be scrollable in old browsers, there is no polyfill */
overflow: hidden;
}

0 comments on commit f45730d

Please sign in to comment.