mirror of
https://github.com/bitinflow/rerun-encoder.git
synced 2026-03-14 06:06:03 +00:00
12 lines
195 B
CSS
12 lines
195 B
CSS
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
body {
|
|
-webkit-user-select: none;
|
|
-webkit-app-region: drag;
|
|
}
|
|
|
|
button, a, input, label, .no-drag {
|
|
-webkit-app-region: no-drag;
|
|
} |