From fddd404bad102579da3e3e1e850755aa4da19a83 Mon Sep 17 00:00:00 2001 From: Florrie Date: Sun, 24 Mar 2019 12:03:33 -0300 Subject: Scroll track list separately --- extension/popup/index.html | 14 +++++++++----- extension/popup/style.css | 10 ++++++++++ 2 files changed, 19 insertions(+), 5 deletions(-) diff --git a/extension/popup/index.html b/extension/popup/index.html index fe03bff..ec49842 100644 --- a/extension/popup/index.html +++ b/extension/popup/index.html @@ -19,12 +19,16 @@
-

-

(Applies to: *)

-

Tracks

+
+

+

(Applies to: *)

+

Tracks

+
    -

    General Settings

    -

    +
    +

    General Settings

    +

    +

    No rule selected. Please select or create one!

    diff --git a/extension/popup/style.css b/extension/popup/style.css index c05071f..00e0f14 100644 --- a/extension/popup/style.css +++ b/extension/popup/style.css @@ -158,3 +158,13 @@ h1 { #track-list li.action { text-align: center; } + +#rule-content.visible { + display: flex; + flex-direction: column; +} + +#track-list { + flex-grow: 1; + overflow-y: scroll; +} -- cgit 1.3.0-6-gf8a5