mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-04 01:42:42 +00:00
Merge pull request #4447 from dbolack-ab/issue_3426
Applies G-Ambatte's fix for Firefox browser lock.
This commit is contained in:
@@ -611,3 +611,17 @@ h6,
|
|||||||
}
|
}
|
||||||
.toc.wide li { break-inside : auto; }
|
.toc.wide li { break-inside : auto; }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/**********************************
|
||||||
|
Firefox endruns
|
||||||
|
**********************************/
|
||||||
|
|
||||||
|
@supports (-moz-user-select: none) { // This section will only apply to Firefox; it's the only browser that supports `-mos-xyz...`
|
||||||
|
.page {
|
||||||
|
blockquote, table {
|
||||||
|
page-break-inside: auto;
|
||||||
|
break-inside: auto;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user