Skip to content

Commit

Permalink
fix progress bar height
Browse files Browse the repository at this point in the history
  • Loading branch information
kal13 authored and kal13 committed Feb 16, 2024
1 parent 33cdac5 commit 8edc440
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ $white: #fff;

.popover {
max-height: calc(100% - 68px);
min-height: 1220px;
// min-height: 1220px;
filter: none;
box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15), 0px 2px 8px rgba(0, 0, 0, 0.15);

Expand Down

0 comments on commit 8edc440

Please sign in to comment.