mirror of
https://github.com/next-theme/hexo-theme-next.git
synced 2026-01-18 18:33:42 +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
|
||||
figure.highlight {
|
||||
@extend $code-block;
|
||||
// Reduce DOM reflow with wrapTableWithBox
|
||||
overflow: auto;
|
||||
position: relative;
|
||||
|
||||
pre {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user