Skip to content

Commit

Permalink
Slideover bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hardik-sagacity committed Nov 8, 2023
1 parent 2080e4c commit 40d9cc9
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 3 deletions.
5 changes: 5 additions & 0 deletions dist/minimacss.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified dist/minimacss.css.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion dist/minimacss.css.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/minimacss.min.css

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions src/components/_slideover.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
overflow-y: auto;
transition: transform $slideover-transition-duration ease-in-out;
opacity: 0;
display: flex;
flex-direction: column;
&-backdrop {
Expand All @@ -28,6 +29,8 @@
visibility: visible;
opacity: 1;
}
transform: translateX(0) translateY(0);
opacity: 1;
}
// Header, body, and footer sections
&-header, &-footer {
Expand Down

0 comments on commit 40d9cc9

Please sign in to comment.