From 185ebf9bfcb6dc7acb6b4d906bf8ab4b8c686867 Mon Sep 17 00:00:00 2001 From: Romain Vimont Date: Fri, 6 Jan 2017 22:56:07 +0100 Subject: [PATCH] Fix navbar behavior Opening/closing the navbar moved the page to the top. Apply a workaround. --- css/rom.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/css/rom.css b/css/rom.css index 601ec25..35857cb 100644 --- a/css/rom.css +++ b/css/rom.css @@ -63,3 +63,8 @@ img { font-style: italic; color: #888; } + +.sidebar-checkbox { + /* fixes navbar behavior */ + display: none; +}