Skip to content

Commit

Permalink
Scrollable bid list in auctions page (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
rithvikvibhu authored and chikeichan committed Apr 18, 2021
1 parent 24a39ff commit 953478d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/components/Collapsible/collapsible.scss
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@
opacity: 1;
// padding: 1rem;
position: relative;
max-height: 50rem;
max-height: 35rem;
overflow-y: auto;
height: auto;
transition: 0.5s ease-out;

Expand Down

0 comments on commit 953478d

Please sign in to comment.