File tree 1 file changed +24
-4
lines changed
visualpython/css/m_visualize
1 file changed +24
-4
lines changed Original file line number Diff line number Diff line change 47
47
height : 100% ;
48
48
}
49
49
.vp-tab-page-box .figure {
50
- height : calc ( 100% - 30 px ) ;
50
+ height : 100% ;
51
51
align-content : baseline;
52
52
grid-template-rows : 1fr ;
53
+ overflow : hidden;
54
+ }
55
+ .vp-tab-page-box .figure > .vp-tab-page {
56
+ overflow : auto;
53
57
}
54
58
.vp-tab-page-box .plot {
55
- height : calc (100% - 30px );
56
- min-height : 352px ;
59
+ /* height: calc(100% - 30px);
60
+ min-height: 352px; */
57
61
align-content : baseline;
62
+ height : 100% ;
63
+ max-height : 100% ;
64
+ overflow : scroll;
65
+ padding : 15px 15px 0px 15px ;
58
66
}
59
67
.vp-chart-plot-box {
60
68
height : 100% ;
69
+ display : grid;
70
+ grid-template-rows : 30px calc (100% - 30px );
71
+ overflow : auto;
61
72
}
62
73
.vp-chart-body {
63
74
display : grid;
75
86
.vp-chart-left-box ,
76
87
.vp-chart-right-box {
77
88
height : 100% ;
89
+ display : grid;
90
+ grid-template-rows : 30px calc (100% - 30px );
91
+ }
92
+ .vp-chart-left-box {
93
+ overflow : auto;
94
+ }
95
+ .vp-chart-right-box {
96
+ overflow : hidden;
78
97
}
79
98
.vp-chart-preview-title {
80
99
line-height : 30px ;
86
105
.vp-chart-preview-box {
87
106
min-height : 352px ;
88
107
width : 100% ;
89
- height : calc (100% - 30px );
108
+ /* height: calc(100% - 30px); */
109
+ height : 100% ;
90
110
}
91
111
.vp-chart-preview-content : empty ::after {
92
112
content : 'No preview image' ;
You can’t perform that action at this time.
0 commit comments