mirror of
https://github.com/litruv/Docs-Viewer.git
synced 2026-07-24 18:56:07 +10:00
Remove unnecessary scroll overflow from content styles for improved layout
This commit is contained in:
@@ -258,7 +258,6 @@ social-links a:hover {
|
|||||||
.content {
|
.content {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
background-color: var(--ifm-background-color);
|
background-color: var(--ifm-background-color);
|
||||||
overflow-y: scroll;
|
|
||||||
min-width: 0; /* Fix flexbox content overflow */
|
min-width: 0; /* Fix flexbox content overflow */
|
||||||
color: var(--ifm-color-content);
|
color: var(--ifm-color-content);
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|||||||
Reference in New Issue
Block a user