diff --git a/static/components/popover.less b/static/components/popover.less index a9a74f9de..b23e36322 100644 --- a/static/components/popover.less +++ b/static/components/popover.less @@ -10,6 +10,9 @@ background-color: @background-secondary; border-radius: @border-radius-base; box-shadow: 0 0.5px 0 rgba(0, 0, 0, 0.15), 0 -0.5px 0 rgba(0, 0, 0, 0.15), 0.5px 0 0 rgba(0, 0, 0, 0.15), -0.5px 0 0 rgba(0, 0, 0, 0.15), 0 4px 7px rgba(0,0,0,0.15); + + min-width: 200px; + .menu { z-index:1; position: relative;