File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 77 >
88 <v-sheet
99 class =" d-flex flex-column overflow-y-auto"
10+ style ="
11+ border-right-color : lightgrey ;
12+ border-right-style : solid ;
13+ border-right-width : 1px ;
14+ "
1015 :height =" stepperSheetHeight"
1116 width =" 100%"
1217 >
3742 </v-card-actions >
3843 </v-sheet >
3944 </v-col >
40- <v-divider vertical />
4145 <v-col cols =" 8" >
4246 <progress-loader v-model =" chartDataLoading" />
4347 <step-line-card
@@ -214,8 +218,7 @@ const appBarHeight = computed(() => {
214218});
215219
216220const stepperSheetHeight = computed (() => {
217- const overflowX = display .width .value / 3 <= minWidth ;
218- return 100 - (overflowX ? 3 : 0 ) - appBarHeight .value + " vh" ;
221+ return 100 - appBarHeight .value + " vh" ;
219222});
220223
221224const stepperSheetActionsHeight = computed (() => {
You can’t perform that action at this time.
0 commit comments