diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2015-09-10 10:35:25 +0200 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2015-09-10 10:35:25 +0200 |
commit | ca4098145ee57c3f865703c43c4b8b9d64a76b2d (patch) | |
tree | 61b267c8cbeeb8c5aaebe323a027d6a6feb89be8 | |
parent | 1c6990d20fecf199810848e1a43f10205b4078a8 (diff) | |
download | fosdem-2018-presentation-ca4098145ee57c3f865703c43c4b8b9d64a76b2d.tar fosdem-2018-presentation-ca4098145ee57c3f865703c43c4b8b9d64a76b2d.tar.gz |
bump up z-index of notes in pdf
-rw-r--r-- | css/print/pdf.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/css/print/pdf.css b/css/print/pdf.css index f509d5b..f78344c 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; } |