Skip to content

Commit

Permalink
Fixed CSS compat warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
marekdedic committed Oct 7, 2024
1 parent b8c35e2 commit 6932aa2
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 6932aa2

Please sign in to comment.