.markdown-editor { width: 100%; .input { resize: vertical; } .submit { padding: .5rem; border-radius: 5px; } .popup { position: absolute; background-color: $background-lighter; border: 2px solid $background-darker; color: $text-color; padding: 1rem; } .render { width: 100%; } }