mirror of
https://github.com/apache/superset.git
synced 2026-04-23 01:55:09 +00:00
refactor: Replace react-bootstrap tabs with Antd tabs in SqlLab (#11212)
* Create styled Antd Tabs and Dropdown * Replace Tabs in SqlLab
This commit is contained in:
committed by
GitHub
parent
cb3f649a7f
commit
b071344531
@@ -46,12 +46,12 @@ body {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.tab-content {
|
||||
.ant-tabs-content {
|
||||
height: 100%;
|
||||
position: relative;
|
||||
background-color: @lightest;
|
||||
|
||||
> .tab-pane {
|
||||
> .ant-tabs-tabpane {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
@@ -504,7 +504,7 @@ a.Link {
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.tab-pane {
|
||||
.ant-tabs-tabpane {
|
||||
overflow-y: auto; // scroll the query history pane
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user