vendor/assets/stylesheets/popover.css.scss in flashgrid-1.0.17 vs vendor/assets/stylesheets/popover.css.scss in flashgrid-1.0.18

- old
+ new

@@ -8,20 +8,21 @@ background-clip: padding-box; background-color: rgba(255,255,255,1); border: 1px solid rgba(217,222,225,1); box-shadow: 0 1px 3px rgba(0,0,0,0.1); display: none; + float: none; font-style: normal; letter-spacing: 0; left: 0; max-width: 276px; position: absolute; text-align: left; text-decoration: none; text-transform: none; top: 0; white-space: normal; - z-index: 1010; + z-index: 1060; } .popover.top { margin-top: -10px; } .popover.right { margin-left: 10px; } .popover.bottom { margin-top: 10px; } .popover.left { margin-left: -10px; } \ No newline at end of file