Skip to content

Commit

Permalink
Merge pull request #327 from dermotduffy/panel-sidebar
Browse files Browse the repository at this point in the history
Fix panel mode behavior
  • Loading branch information
dermotduffy authored Feb 6, 2022
2 parents 482a478 + c536ccb commit 2f4a3b8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/scss/card.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
:host {
display: block;
}

.container {
position: relative;
overflow: auto;
Expand All @@ -17,6 +21,7 @@
scrollbar-width: none; /* Hide scrollbar: Firefox */
display: flex;
align-items: center;
justify-content: center;
}

/* Hide scrollbar for Chrome, Safari and Opera */
Expand Down

0 comments on commit 2f4a3b8

Please sign in to comment.