From a2ba53072f3aabfa65a03d61b682a49cef361a6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=BD=D0=B0=D0=B1?= Date: Fri, 21 Aug 2020 22:08:44 +0200 Subject: [PATCH] Pin highlight row to left to fix page over-width Signed-off-by: Drew DeVault --- scss/main.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/scss/main.scss b/scss/main.scss index b540d7c..c689374 100644 --- a/scss/main.scss +++ b/scss/main.scss @@ -127,6 +127,7 @@ dt { width: 100%; z-index: -1; position: absolute; + left: 0; background: lighten($blue, 35); } } -- 2.38.4