diff --git a/client/styles/custom/components/popover.scss b/client/styles/custom/components/popover.scss index 28592925..b49dc1a1 100644 --- a/client/styles/custom/components/popover.scss +++ b/client/styles/custom/components/popover.scss @@ -16,7 +16,7 @@ left: 0; top: 100%; min-width: 200px; - margin-top: 4px; + margin-top: -60px; background-color: $white; border: solid 1px $lighterBlack; box-shadow: 0 0 2px 1px rgba(0,0,0,.2);