super-productivity/app/scripts/dialogs/notes/_notes-c.scss
2017-01-28 14:23:18 +01:00

24 lines
369 B
SCSS

.notes-dialog {
.markdown-wrapper {
div,
textarea {
position: absolute;
width: 100%;
height: 100%;
}
}
textarea {
position: absolute;
width: 100%;
height: 100% !important;
border: none;
padding: 10px;
}
.md-resize-wrapper,
md-input-container {
height: 100% !important;
margin: 0 !important;
}
}