From 19d426472944b7c5cfe8a538e0be82062ecf206d Mon Sep 17 00:00:00 2001 From: Enrique Guadalupe Date: Wed, 25 Oct 2017 23:21:24 +0200 Subject: [PATCH] Improve styles to show visual swatches --- app/code/Magento/Swatches/view/adminhtml/web/css/swatches.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/code/Magento/Swatches/view/adminhtml/web/css/swatches.css b/app/code/Magento/Swatches/view/adminhtml/web/css/swatches.css index 7a224ca28ad95..d170ed0345a03 100644 --- a/app/code/Magento/Swatches/view/adminhtml/web/css/swatches.css +++ b/app/code/Magento/Swatches/view/adminhtml/web/css/swatches.css @@ -3,6 +3,10 @@ * See COPYING.txt for license details. */ +#swatch-visual-options-panel{ + overflow: visible; +} + .swatch_sub-menu_container { position: absolute; z-index: 9999;