mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
Forcing widget overflow to be visible
This commit is contained in:
@@ -157,13 +157,14 @@ img.loading {
|
||||
border-color: #AAA;
|
||||
opacity: 0.3;
|
||||
}
|
||||
.gridster li.widget{
|
||||
ul.gridster li.widget{
|
||||
list-style-type: none;
|
||||
border-radius: 0;
|
||||
margin: 5px;
|
||||
border: 1px solid #ccc;
|
||||
box-shadow: 2px 1px 5px -2px #aaa;
|
||||
background-color: #fff;
|
||||
overflow: visible;
|
||||
}
|
||||
.dashboard .gridster .dragging,
|
||||
.dashboard .gridster .resizing {
|
||||
|
||||
Reference in New Issue
Block a user