1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-20 01:08:35 +00:00

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

This commit is contained in:
zeripath
2021-09-27 17:44:22 +01:00
committed by GitHub
parent 122917f4d5
commit ebae7e1512

View File

@@ -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 {