From b39e3d431de91f3c3e826f5d962086a05b7caaa6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Tue, 4 Oct 2016 16:10:56 +0200 Subject: [PATCH] Give shot list white background. This improves display when the shot list is longer than the window. --- src/styles/_shots.sass | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/styles/_shots.sass b/src/styles/_shots.sass index f726af9..6a12c69 100644 --- a/src/styles/_shots.sass +++ b/src/styles/_shots.sass @@ -1,4 +1,6 @@ .table + &#shot-list + background-color: white .table-cell &.shot-status width: 5px