Skip to content

Commit

Permalink
fix card scrolling
Browse files Browse the repository at this point in the history
  • Loading branch information
alecande11 committed Apr 4, 2023
1 parent 601e943 commit cce1c41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/extension/components/BottomCard.module.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.bottom__card {
position: absolute;
position: fixed;
bottom: 0;
left: 0;
width: 100%;
Expand Down
1 change: 1 addition & 0 deletions src/extension/components/ExtensionPage.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
overflow-y: scroll;
background-color: var(--card-bg-muted);
height: calc(100% - var(--header-height));
padding-bottom: 3rem;
// padding here to position progress bar
}

Expand Down

0 comments on commit cce1c41

Please sign in to comment.