Skip to content

Commit

Permalink
Merge pull request #3 from Abstract-Tech/fix/theme
Browse files Browse the repository at this point in the history
fix progress bar height
  • Loading branch information
ghassanmas authored Feb 16, 2024
2 parents 33cdac5 + 8edc440 commit 23622e4
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 23622e4

Please sign in to comment.