From 41ac43952830eceefc44a6ba03c3fdb4afe3a4c6 Mon Sep 17 00:00:00 2001 From: Ondrej Kosarko Date: Thu, 19 Jul 2018 15:40:59 +0200 Subject: [PATCH] have a scroll bar when there are many featured services --- src/refbox/main.less | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/refbox/main.less b/src/refbox/main.less index 6733415..fcd4c69 100644 --- a/src/refbox/main.less +++ b/src/refbox/main.less @@ -538,6 +538,8 @@ button.lindat-button::-moz-focus-inner { border-radius: 4px; box-shadow: 0 6px 12px rgba(0, 0, 0, .175); background-clip: padding-box; + max-height: 260px; + overflow-y: auto; & > li > a { display: block;