fix nav overflow

This commit is contained in:
les
2020-06-04 23:33:45 +02:00
parent 350482f661
commit 73fb3408a5
2 changed files with 34 additions and 26 deletions

View File

@@ -61,10 +61,7 @@ p {
color: white;
background-color: #222;
font-size: 18px;
// > *{
// max-width: 1200px;
// margin: 0 auto;
// }
padding: 0 15px;
}
@@ -93,6 +90,14 @@ p {
color: white;
}
.el-submenu .el-submenu__icon-arrow {
margin-left: 0px;
}
.el-submenu .el-submenu__title {
padding: 0 15px;
}
.el-menu-item:not(.is-disabled):focus,
.el-menu-item.is-active,
.el-menu-item:not(.is-disabled):hover,