~dricottone/blog

c480c45762cf20480aa62250121ea6e70017f7e5 — Dominic Ricottone 2 years ago 2d9f9bf
Fix navigation sidebar

On some platforms (i.e. Firefox for Windows), the scrollbar was shown
regardless of whether it was necessary.
1 files changed, 1 insertions(+), 1 deletions(-)

M static/css/common.css
M static/css/common.css => static/css/common.css +1 -1
@@ 112,7 112,7 @@ div#navi {
  bottom: 0;
  width: 100px;
  overflow-x: hidden;
  overflow-y: scroll;
  /* overflow-y: scroll; */
  background-color: #303030;
  scrollbar-color: #808080 #303030;
}