File tree Expand file tree Collapse file tree
visualpython/css/m_visualize Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4747 height : 100% ;
4848}
4949.vp-tab-page-box .figure {
50- height : calc ( 100% - 30 px ) ;
50+ height : 100% ;
5151 align-content : baseline;
5252 grid-template-rows : 1fr ;
53+ overflow : hidden;
54+ }
55+ .vp-tab-page-box .figure > .vp-tab-page {
56+ overflow : auto;
5357}
5458.vp-tab-page-box .plot {
55- height : calc (100% - 30px );
56- min-height : 352px ;
59+ /* height: calc(100% - 30px);
60+ min-height: 352px; */
5761 align-content : baseline;
62+ height : 100% ;
63+ max-height : 100% ;
64+ overflow : scroll;
65+ padding : 15px 15px 0px 15px ;
5866}
5967.vp-chart-plot-box {
6068 height : 100% ;
69+ display : grid;
70+ grid-template-rows : 30px calc (100% - 30px );
71+ overflow : auto;
6172}
6273.vp-chart-body {
6374 display : grid;
7586.vp-chart-left-box ,
7687.vp-chart-right-box {
7788 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;
7897}
7998.vp-chart-preview-title {
8099 line-height : 30px ;
86105.vp-chart-preview-box {
87106 min-height : 352px ;
88107 width : 100% ;
89- height : calc (100% - 30px );
108+ /* height: calc(100% - 30px); */
109+ height : 100% ;
90110}
91111.vp-chart-preview-content : empty ::after {
92112 content : 'No preview image' ;
You can’t perform that action at this time.
0 commit comments