mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-08-11 17:44:19 +00:00
10 lines
160 B
CSS
10 lines
160 B
CSS
/* @tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities; */
|
|
|
|
#supermemory-extension-host {
|
|
position: fixed;
|
|
bottom: 0;
|
|
right: 0;
|
|
z-index: 99999;
|
|
}
|