mirror of
https://github.com/next-theme/hexo-theme-next.git
synced 2026-01-21 19:14:45 +00:00
Mitigate DOM reflow with wrapTableWithBox (#583)
This commit is contained in:
parent
1e0f28d72e
commit
c85cbe7c0e
@ -70,6 +70,8 @@ kbd {
|
|||||||
// in Hexo config generates code.highlight elements
|
// in Hexo config generates code.highlight elements
|
||||||
figure.highlight {
|
figure.highlight {
|
||||||
@extend $code-block;
|
@extend $code-block;
|
||||||
|
// Reduce DOM reflow with wrapTableWithBox
|
||||||
|
overflow: auto;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
pre {
|
pre {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user