fix: vertical scroll in query history (#13042)

This commit is contained in:
Beto Dealmeida
2021-02-10 07:31:46 -08:00
committed by GitHub
parent 3e0681b438
commit 249b51bfba

View File

@@ -55,6 +55,7 @@ body {
height: 100%;
position: relative;
background-color: @lightest;
overflow: auto;
> .ant-tabs-tabpane {
position: absolute;