adding overflow hidden to allow clicking on floated elements

This commit is contained in:
christian 2012-02-08 06:31:51 +00:00
parent 1dd6d8f2b5
commit 212d4d7559
Notes: Gabriel Wicke 2012-02-27 16:40:01 +00:00

View file

@ -11,6 +11,7 @@
.es-preView,
.es-paragraphView {
margin: 0 0 1em 0;
overflow: hidden;
position: relative;
min-height: 1.5em;
}