[REF] odoo_theme: move scrollbar styling to .o_side_nav-inner

This commit is contained in:
Elisabeth Dickinson 2022-06-22 12:31:50 +02:00 committed by Antoine Vandevenne (anv)
parent 9a2e8eefef
commit b9ca38215d

View File

@ -225,6 +225,18 @@ header {
padding-top: $padding-m;
padding-left: $padding-m;
}
&::-webkit-scrollbar {
width: 5px;
}
&::-webkit-scrollbar-track {
background: $white;
}
&::-webkit-scrollbar-thumb {
background-color: $o-violet-darker ;
border-radius: 0;
}
}
&.show {
@ -299,19 +311,6 @@ header {
}
}
&::-webkit-scrollbar {
width: 5px;
}
&::-webkit-scrollbar-track {
background: $white;
}
&::-webkit-scrollbar-thumb {
background-color: $o-violet-darker ;
border-radius: 0;
}
}
.o_main_toc, .o_page_toc_nav {