mirror of
https://github.com/gcushen/hugo-academic.git
synced 2025-07-26 19:15:16 +02:00
parent
9cce661db8
commit
ed047ad576
1 changed files with 4 additions and 2 deletions
|
@ -151,8 +151,10 @@ article .article-metadata {
|
||||||
}
|
}
|
||||||
|
|
||||||
.article-style {
|
.article-style {
|
||||||
// Break unresponsive block content, such as unresponsive embeds, to prevent horizontal scrolling.
|
// Any unresponsive embeds, e.g. Plotly, should be wrapped to handle on a case-by-case basis.
|
||||||
overflow-x: hidden;
|
// If any unresponsive embeds still remain in the article, prevent article overflow and DIV scrolling.
|
||||||
|
// Note that lazy-loaded images, e.g. Gallery, may cause scrollable Y-overflow if only X-overflow is hidden pre-load.
|
||||||
|
overflow: hidden;
|
||||||
|
|
||||||
// Word wrap text content.
|
// Word wrap text content.
|
||||||
@include word-wrap();
|
@include word-wrap();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue