mirror of
https://github.com/apache/superset.git
synced 2026-06-07 08:39:25 +00:00
10 lines
107 B
CSS
10 lines
107 B
CSS
.widget {
|
|
position: relative;
|
|
}
|
|
|
|
.slice_container {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
}
|