From bfd1c8711bf3de1218eb2f091c013b15d02a883c Mon Sep 17 00:00:00 2001 From: Maxime Beauchemin Date: Sat, 9 Apr 2016 14:19:46 -0700 Subject: [PATCH] Forcing widget overflow to be visible --- caravel/assets/stylesheets/caravel.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/caravel/assets/stylesheets/caravel.css b/caravel/assets/stylesheets/caravel.css index ae0cfa344e..c908ef5a1b 100644 --- a/caravel/assets/stylesheets/caravel.css +++ b/caravel/assets/stylesheets/caravel.css @@ -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 {