fix: latex in md creates scroll bar for root
This commit is contained in:
@@ -15,3 +15,7 @@
|
||||
padding: 1rem 1rem 100px 1rem;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
:root {
|
||||
overflow: hidden;
|
||||
}
|
||||
Reference in New Issue
Block a user