From c5af1c5d8c0fe762b861ccf2bcd98a13feb986d4 Mon Sep 17 00:00:00 2001 From: NikolaBorislavovHristov Date: Thu, 24 Jan 2019 10:55:31 +0200 Subject: [PATCH] board scroll bar shown if needed --- src/routes/Board/styles.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/Board/styles.less b/src/routes/Board/styles.less index af3e5be54..3c23aa645 100644 --- a/src/routes/Board/styles.less +++ b/src/routes/Board/styles.less @@ -16,7 +16,7 @@ width: 100%; height: 100%; overflow-x: hidden; - overflow-y: scroll; + overflow-y: auto; .continue-watching-row, .search-row { display: flex;