Fix execute Query 'Results' and 'Query status' section controls gets truncated at 200% resize mode of 'Query1' blade (#1105)

* Fix a11y querytab results section zoom section issue

* Update test smapshot

* Update test snapshot

* Resolved test case issue
This commit is contained in:
vaidankarswapnil
2021-09-27 23:33:01 +05:30
committed by GitHub
parent f7e7240010
commit 6ca8e3c6f4
7 changed files with 560 additions and 553 deletions

View File

@@ -2357,6 +2357,8 @@ a:link {
height: 100%;
flex-grow: 1;
overflow: hidden;
min-height: 300px;
overflow-y: scroll;
}
.tabs {
@@ -2832,7 +2834,7 @@ a:link {
#explorerNotificationConsole {
z-index: 1000;
overflow-y:auto;
overflow-y: auto;
overflow-x: clip;
}