Forcing widget overflow to be visible

This commit is contained in:
Maxime Beauchemin 2016-04-09 14:19:46 -07:00
parent 542b66ef68
commit bfd1c8711b
1 changed files with 2 additions and 1 deletions

View File

@ -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 {