Skip to content

Commit c66a26b

Browse files
committed
fix card height in tour modals
1 parent a472c24 commit c66a26b

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/components/VisualTour/visualTour.scss

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,11 @@
6666
}
6767

6868
.#{$eccgui}-card__content {
69+
.#{$eccgui}-visual-tour__overlay__content & {
70+
max-height: 45vh;
71+
}
6972
.#{$eccgui}-visual-tour__overlay__content &,
7073
.#{$eccgui}-visual-tour__dialog & {
71-
max-height: 45vh;
72-
7374
img {
7475
display: block;
7576
width: auto;

0 commit comments

Comments
 (0)