Skip to content

Commit

Permalink
fixed overflow error
Browse files Browse the repository at this point in the history
changed to height and min-height
  • Loading branch information
jooooosef committed Nov 20, 2023
1 parent 9d74b0e commit e2e0b95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evap/static/scss/components/_notebook.scss
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
}

.notebook-card {
max-height: calc(45vh - (#{$spacer} * 1.5) * 2); //subtract spacer with padding
height: calc(45vh - (#{$spacer} * 1.5) * 2); //subtract spacer with padding
min-height: 43.5vh; //approximation for size needed in smallest window (50vh - (spacer + leeway))
}
}
Expand Down

0 comments on commit e2e0b95

Please sign in to comment.