2023-09-19 20:46:40 +08:00
|
|
|
@tailwind base;
|
|
|
|
@tailwind components;
|
2023-09-19 20:46:48 +08:00
|
|
|
@tailwind utilities;
|
|
|
|
|
2023-09-19 20:46:50 +08:00
|
|
|
.cm-focused {
|
|
|
|
outline: none !important;
|
2023-09-19 20:46:48 +08:00
|
|
|
}
|
2023-09-19 20:46:54 +08:00
|
|
|
|
|
|
|
body{
|
|
|
|
overflow: hidden;
|
|
|
|
}
|