@import url("../bootstrap-icons.min.css"); /* Set editor dimensions */ #editor { height: 400px; max-width: 100%; overflow: hidden; } /* Stretch editor to fit inside its containing div */ .cm-editor { height: 100%; width: 100%; overflow: auto; } /* header */ nav { background-color: burlywood!; }