From 48ce9faac6799c2af05535ea3752e8841cc89544 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Georges=20Dup=C3=A9ron?= Date: Thu, 17 May 2018 21:55:58 +0200 Subject: [PATCH] Fixes #120: margin notes can collide with each other (#174) --- 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; }