Browse Source

Fixes z-index on hidden content in reveal. Fixes #769

pull/795/head
jlukic 11 years ago
parent
commit
36e5ae9dea
1 changed files with 4 additions and 0 deletions
  1. 4
      src/elements/reveal.less

4
src/elements/reveal.less

@ -62,6 +62,10 @@
z-index: 3 !important;
}
.ui.reveal:hover > .hidden.content {
z-index: 5 !important;
}
/*------------------
Loose Coupling
-------------------*/

Loading…
Cancel
Save