We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 122917f commit ebae7e1Copy full SHA for ebae7e1
web_src/less/_base.less
@@ -181,6 +181,7 @@ details summary > * {
181
182
::-webkit-scrollbar {
183
width: 10px;
184
+ height: 10px;
185
}
186
::-webkit-scrollbar-thumb {
187
box-shadow: inset 0 0 0 6px var(--color-primary);
@@ -1285,6 +1286,7 @@ footer {
1285
1286
display: flex;
1287
margin-left: auto;
1288
margin-right: auto;
1289
+ overflow-x: auto;
1290
1291
1292
@media @mediaSm {
0 commit comments