Browse Source

Add Horizontal scrollbar to inner menu on Chrome (#17086) (#17164)

tags/v1.15.4
zeripath 3 years ago committed by GitHub
parent
commit
ebae7e1512
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      web_src/less/_base.less

2
web_src/less/_base.less

@ -181,6 +181,7 @@ details summary > * {
::-webkit-scrollbar {
width: 10px;
height: 10px;
}
::-webkit-scrollbar-thumb {
box-shadow: inset 0 0 0 6px var(--color-primary);
@ -1285,6 +1286,7 @@ footer {
display: flex;
margin-left: auto;
margin-right: auto;
overflow-x: auto;
}
@media @mediaSm {

Loading…
Cancel
Save