diff --git a/src/components/Proxies.js b/src/components/Proxies.js index dc37322..c66ed83 100644 --- a/src/components/Proxies.js +++ b/src/components/Proxies.js @@ -35,9 +35,9 @@ export default function Proxies() { const { groupNames } = useStoreState(mapStateToProps); return ( -
+ <> -
+
@@ -49,6 +49,6 @@ export default function Proxies() { ); })}
-
+ ); } diff --git a/src/components/Proxies.module.css b/src/components/Proxies.module.css index 8be48ce..9565970 100644 --- a/src/components/Proxies.module.css +++ b/src/components/Proxies.module.css @@ -1,4 +1,5 @@ -.root { +.body { + padding-bottom: 50px; } .group { @@ -7,6 +8,7 @@ .fabgrp { position: fixed; + z-index: 1; right: 20px; bottom: 20px; }