Skip to content

Commit

Permalink
fixing z index
Browse files Browse the repository at this point in the history
  • Loading branch information
AAfghahi committed Apr 6, 2021
1 parent 8b9c142 commit e1d21df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset-frontend/src/SqlLab/main.less
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ div.Workspace {
.schemaPane-enter-done,
.schemaPane-exit {
transform: translateX(0);
z-index: 1020;
z-index: 7;
}

.schemaPane-exit-active {
Expand Down

0 comments on commit e1d21df

Please sign in to comment.