Skip to content

Commit

Permalink
Forcing widget overflow to be visible
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Apr 9, 2016
1 parent 542b66e commit bfd1c87
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion caravel/assets/stylesheets/caravel.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit bfd1c87

Please sign in to comment.