From 94e2b1e3985f8f4cfeb26a43c59cada184c7d4aa Mon Sep 17 00:00:00 2001 From: Haishan Date: Sun, 26 Apr 2020 17:35:03 +0800 Subject: feat: allow change proxies sorting in group --- src/components/Proxies.module.css | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/components/Proxies.module.css') diff --git a/src/components/Proxies.module.css b/src/components/Proxies.module.css index 5520a2e..2a72f51 100644 --- a/src/components/Proxies.module.css +++ b/src/components/Proxies.module.css @@ -1,3 +1,13 @@ +.topBar { + position: sticky; + top: 0; + z-index: 1; + background: var(--color-background); + display: flex; + justify-content: flex-end; + padding: 5px 5px 2px 0; +} + .group { padding: 10px 15px; @media (--breakpoint-not-small) { -- cgit v1.3.1