Browse Source

Fixes #1925, missing z-index causes animated button to fail inside fixed content

pull/1785/merge
jlukic 9 years ago
parent
commit
7d5da74717
1 changed files with 1 additions and 0 deletions
  1. 1
      src/definitions/elements/button.less

1
src/definitions/elements/button.less

@ -233,6 +233,7 @@
overflow: hidden;
vertical-align: @animatedVerticalAlign;
padding-right: 0em !important;
z-index: 1;
}
.ui.animated.button .content {

Loading…
Cancel
Save