Browse Source

Fix dropdown’s inheritance issues with the `.floating` variation

pull/5683/head
Andrew Golubev 7 years ago
parent
commit
b0bad32a2f
1 changed files with 1 additions and 1 deletions
  1. 2
      src/definitions/modules/dropdown.less

2
src/definitions/modules/dropdown.less

@ -1200,7 +1200,7 @@ select.ui.dropdown {
Floating
---------------*/
.ui.floating.dropdown .menu {
.ui.floating.dropdown > .menu {
left: 0;
right: auto;
box-shadow: @floatingMenuBoxShadow !important;

Loading…
Cancel
Save