summaryrefslogtreecommitdiff
path: root/src/components/APIDiscovery.module.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/APIDiscovery.module.scss')
-rw-r--r--src/components/APIDiscovery.module.scss9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/components/APIDiscovery.module.scss b/src/components/APIDiscovery.module.scss
index 6c1295a..e2161f8 100644
--- a/src/components/APIDiscovery.module.scss
+++ b/src/components/APIDiscovery.module.scss
@@ -22,5 +22,12 @@
}
.overlay.overlay {
- background: #222;
+ background-color: var(--color-background);
+}
+
+.fixed {
+ position: fixed;
+ padding: 16px;
+ bottom: 0;
+ right: 0;
}