supermemory/apps/extension/content/base.css
2024-06-29 16:24:37 -05:00

10 lines
160 B
CSS

/* @tailwind base;
@tailwind components;
@tailwind utilities; */
#supermemory-extension-host {
position: fixed;
bottom: 0;
right: 0;
z-index: 99999;
}