From a5f209bc74ac13bdfc55d816ea105a6a5bdf74d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Georges=20Dup=C3=A9ron?= Date: Tue, 15 May 2018 22:09:15 +0200 Subject: [PATCH] Fixes #120: margin notes can collide with each other --- scribble-lib/scriblib/footnote.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scribble-lib/scriblib/footnote.css b/scribble-lib/scriblib/footnote.css index 5d9ebcdf..d406942e 100644 --- a/scribble-lib/scriblib/footnote.css +++ b/scribble-lib/scriblib/footnote.css @@ -3,7 +3,8 @@ position: relative; float: right; left: 2em; - height: 0em; + height: auto; + clear: right; width: 13em; margin: 0em -13em 0em 0em; }