diff --git a/ui/ui-app/src/main/resources/static/assets/app.css b/ui/ui-app/src/main/resources/static/assets/app.css index 66680e40bf..05e0fc3281 100644 --- a/ui/ui-app/src/main/resources/static/assets/app.css +++ b/ui/ui-app/src/main/resources/static/assets/app.css @@ -1357,4 +1357,9 @@ mat-horizontal-stepper.mat-stepper-no-header > .mat-horizontal-content-container mat-nav-list a[mat-list-item] .mat-list-item-content { font-size: 16px !important; +} + +/** Hide the scroll bar when on the visual query and wrangler **/ +md-content.visual-query { + overflow-y:hidden; } \ No newline at end of file