Hide scrollbar in sidebar for now (workaround for #15, found no better solution, this closes #15)

This also references BlackrockDigital/startbootstrap-sb-admin#73
This commit is contained in:
Bernd Bestel
2018-07-23 21:21:27 +02:00
parent 848931da21
commit 7246ac55b6

View File

@@ -70,8 +70,7 @@ a.discrete-link:focus {
}
.navbar-sidenav {
overflow-y: auto;
overflow-x: hidden;
overflow: hidden;
border-top: 2px solid !important;
}
@@ -175,11 +174,6 @@ td {
width: auto !important;
}
/* Third party component customizations - Popper.js */
.tooltip .arrow {
display: none;
}
/* Third party component customizations - Bootstrap Combobox */
.typeahead .active {
background-color: #e5e5e5;