Files
chartdb/src/index.css
Guy Ben-Aharon a4ea9eecfd Update code block (#284)
* change code block to be more friendly

* change code block to be more friendly

* tooltip copy & remove contextmenu

* fix templates
2024-10-14 15:35:26 +03:00

23 lines
449 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
@layer components {
.react-flow.canvas-cursor-default .react-flow__pane {
@apply cursor-default;
}
.react-flow.nodes-animated .react-flow__node {
@apply transition-[width];
@apply duration-100;
}
.monaco-editor .monaco-editor-overlaymessage {
@apply hidden !important;
}
.scrollable-flex > div {
@apply !flex;
}
}