aboutsummaryrefslogtreecommitdiff
path: root/apps/extension/content/base.css
blob: c8845aeaddd6c6c9fba663176336f0aa79b69271 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
/* @tailwind base;
@tailwind components;
@tailwind utilities; */

#supermemory-extension-host {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 99999;
}