diff options
| author | codetorso <[email protected]> | 2024-06-24 03:54:53 +0530 |
|---|---|---|
| committer | codetorso <[email protected]> | 2024-06-24 03:54:53 +0530 |
| commit | 557c7b82eb89cf95f480896fbe41355352a01482 (patch) | |
| tree | 78f4ebd4b8849a3b84d899ec8827ca1230b4097f /apps/extension/content/content.css | |
| parent | clean code+ user canvas (1/2) (diff) | |
| download | supermemory-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.css | 6 |
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; +} |