aboutsummaryrefslogtreecommitdiff
path: root/apps/extension/content/content.css
diff options
context:
space:
mode:
authorcodetorso <[email protected]>2024-06-24 03:54:53 +0530
committercodetorso <[email protected]>2024-06-24 03:54:53 +0530
commit557c7b82eb89cf95f480896fbe41355352a01482 (patch)
tree78f4ebd4b8849a3b84d899ec8827ca1230b4097f /apps/extension/content/content.css
parentclean code+ user canvas (1/2) (diff)
downloadsupermemory-557c7b82eb89cf95f480896fbe41355352a01482.tar.xz
supermemory-557c7b82eb89cf95f480896fbe41355352a01482.zip
Add Extension (1/2)
Diffstat (limited to 'apps/extension/content/content.css')
-rw-r--r--apps/extension/content/content.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/extension/content/content.css b/apps/extension/content/content.css
new file mode 100644
index 00000000..b8195ee8
--- /dev/null
+++ b/apps/extension/content/content.css
@@ -0,0 +1,6 @@
+#extension-root {
+ position: fixed;
+ bottom: 0;
+ right: 0;
+ z-index: 99999;
+}