Skip to content

Commit c82e2fd

Browse files
committed
Improve UX styles
1 parent 4505581 commit c82e2fd

File tree

1 file changed

+5
-2
lines changed
  • app/code/Magento/Swatches/view/adminhtml/web/css

1 file changed

+5
-2
lines changed

app/code/Magento/Swatches/view/adminhtml/web/css/swatches.css

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,12 @@
33
* See COPYING.txt for license details.
44
*/
55

6+
#swatch-visual-options-panel{
7+
overflow: visible;
8+
}
9+
610
.swatch_sub-menu_container {
7-
margin-top: 3px;
8-
overflow: auto;
11+
position: absolute;
912
z-index: 9999;
1013
width: 140px;
1114
display: none;

0 commit comments

Comments
 (0)