From ca4098145ee57c3f865703c43c4b8b9d64a76b2d Mon Sep 17 00:00:00 2001
From: Hakim El Hattab <hakim.elhattab@gmail.com>
Date: Thu, 10 Sep 2015 10:35:25 +0200
Subject: [PATCH] bump up z-index of notes in pdf

---
 css/print/pdf.css | 1 +
 1 file changed, 1 insertion(+)

diff --git a/css/print/pdf.css b/css/print/pdf.css
index f509d5b5..f78344ce 100644
--- a/css/print/pdf.css
+++ b/css/print/pdf.css
@@ -163,5 +163,6 @@ ul, ol, div, p {
 	max-height: none;
 	left: auto;
 	top: auto;
+	z-index: 100;
 }
 
-- 
GitLab