Skip to content

Commit

Permalink
Fixes for panel mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
dermotduffy committed Feb 6, 2022
1 parent 482a478 commit c536ccb
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 c536ccb

Please sign in to comment.