Get rid of "position: relative" - it breaks selection in contentEditable

This commit is contained in:
Inez Korczynski 2012-02-02 00:43:43 +00:00
parent 6a1b77f864
commit d6ae65af27
Notes: Gabriel Wicke 2012-02-27 16:40:01 +00:00

View file

@ -12,7 +12,6 @@
.es-paragraphView {
margin: 1em 0;
margin-top: 0;
position: relative;
min-height: 1.5em;
}