mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
Reduce z-index (#12334)
This commit is contained in:
@@ -24,7 +24,7 @@ interface Props {
|
||||
}
|
||||
|
||||
const LoaderImg = styled.img`
|
||||
z-index: 1000;
|
||||
z-index: 99;
|
||||
width: 50px;
|
||||
position: relative;
|
||||
margin: 10px;
|
||||
|
||||
Reference in New Issue
Block a user