mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2025-08-11 09:41:36 -05:00
Fix useless scrollbar on related posts
When all related posts fit on the same screen, there was a useless scrollbar. I never noticed this because Firefox incorrectly hides the scrollbar automatically. The issue is visible on Chromium.
This commit is contained in:
@@ -919,7 +919,7 @@ aside.quote {
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
gap: 20px;
|
gap: 20px;
|
||||||
overflow-x: scroll;
|
overflow-x: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* }}} */
|
/* }}} */
|
||||||
|
Reference in New Issue
Block a user