From 89977fa2e9d52d8d8726bccd0ca81d8354e9d4a8 Mon Sep 17 00:00:00 2001 From: Dooho Yi Date: Sun, 10 May 2020 12:49:47 +0900 Subject: [PATCH] =?UTF-8?q?/=20=E2=80=98theme-dark/templates/base.html?= =?UTF-8?q?=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- theme-dark/templates/base.html | 1 + 1 file changed, 1 insertion(+) diff --git a/theme-dark/templates/base.html b/theme-dark/templates/base.html index 1472bd5..e784d63 100644 --- a/theme-dark/templates/base.html +++ b/theme-dark/templates/base.html @@ -12,6 +12,7 @@ font: 0.75em/1.5 AppleGothic, Sans-serif; color: rgba(255, 255, 255, .6); background-color: rgba(0, 0, 0, 1); + overflow: hidden; } a {