.editor-item ul {
margin: 0;
padding: 0;
display: flex;
width: 100%;
overflow: hidden;
white-space: nowrap; /* переносить слова? */
}
.editor-item ul li{
overflow: hidden;
list-style: none;
display: inline-block;
padding: 10px;
}
body,
#wrap,
main,
.section-preview {
height: 100% !important;
}
nav
, а у вас menu
. Поэтому меняете все .nav {
на .menu {
.<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.4.1/jquery.easing.min.js"></script>
html,
body {
padding: 0;
margin: 0;
height: 100%;
}
.all{
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
height: 100%;
}
.box{
height: 100px;
width: 100px;
background-color: #489b48;
border: 2px solid white;
display: flex;
align-items: center;
justify-content: center;
color: #fff;
font-size: 50px;
font-weight: bold;
}
.wrapper-modal {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.7);
display: flex;
overflow-y: auto;
}
.modal-dialog {
display: block;
background-color: white;
max-width: 300px;
width: 100%;
margin: auto;
overflow-y: auto;
}