Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
dermatthes committed Oct 11, 2023
1 parent 1eaca1c commit d7d5342
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@leuffen/liscom",
"version": "2.0.4",
"version": "2.0.5",
"description": "",
"main": "./dist/index.js",
"module": "./dist/index.js",
Expand Down
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@ import "./slideshow/slideshow";
import "./details-title/details-title";
import "./typewriter-element/typewriter-element";
import "./slider/liscom-slider";
export * from "./loader/loader";
2 changes: 1 addition & 1 deletion src/slideshow/slideshow.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
img {
&:first-of-type {
opacity: 1;
position: static;
}

opacity: 0;
position: absolute;
z-index: 2;
width: 100%;
height: 100%;

Expand Down

0 comments on commit d7d5342

Please sign in to comment.