File tree Expand file tree Collapse file tree
src/components/VisualTour Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515
1616.#{$eccgui } -visual-tour__focushelper {
1717 position : absolute ;
18+ z-index : 8001 ; // 1 over application header
1819 box-sizing : border-box ;
1920 border : 2px solid $eccgui-color-accent ;
2021 border-radius : var (--#{$eccgui}-visual-tour-focus-padding );
2122 box-shadow : 0 0 0 10000px $eccgui-color-modal-backdrop ;
22- z-index : 8001 ; // 1 over application header
2323}
2424
2525.#{$eccgui } -visual-tour__backdrop {
6464}
6565
6666.#{$eccgui } -card__content {
67- .#{$eccgui } -visual-tour__overlay_content & ,
67+ .#{$eccgui } -visual-tour__overlay__content & ,
6868 .#{$eccgui } -visual-tour__dialog & {
69+ max-height : 45vh ;
70+
6971 img {
72+ display : block ;
7073 width : auto ;
71- height : auto ;
7274 max-width : 100% ;
73- max- height : 100 % ;
74- display : block ;
75+ height : auto ;
76+ max-height : 40 vh ;
7577 margin : 0 auto ;
7678 }
7779 }
78- }
80+ }
You can’t perform that action at this time.
0 commit comments