markdown-home-tab/src/modules/editor/components/ReactMarkdownEditor/styles.module.scss
2023-04-25 20:01:46 +06:00

9 lines
146 B
SCSS

.textarea {
width: 100%;
height: 100%;
padding: 0;
background: transparent;
color: inherit;
border: none;
box-sizing: border-box;
}