File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -156,7 +156,11 @@ const NotebookSchedulerComponent = ({
156156 < >
157157 < div
158158 className = {
159- listingScreenFlag ? 'list-level-component' : 'component-level'
159+ listingScreenFlag
160+ ? 'list-level-component'
161+ : executionPageListFlag
162+ ? 'component-level execution-history-right-wrapper-scroll'
163+ : 'component-level'
160164 }
161165 >
162166 { isLoading ? (
Original file line number Diff line number Diff line change @@ -335,7 +335,7 @@ const VertexExecutionHistory = ({
335335 />
336336 </ LocalizationProvider >
337337 </ div >
338- < div className = "execution-history-right-wrapper execution-wrapper-border-none" >
338+ < div className = "execution-history-right-wrapper execution-history-right-wrapper-scroll execution- wrapper-border-none" >
339339 < div >
340340 < div className = "log-btn" >
341341 < div
Original file line number Diff line number Diff line change 134134 overflow : auto;
135135}
136136
137+ .execution-history-right-wrapper-scroll {
138+ overflow : hidden;
139+ }
140+
137141.execution-history-main-full-wrapper {
138142 display : flex;
139143 flex-direction : column;
You can’t perform that action at this time.
0 commit comments