mirror of
https://github.com/thegeeklab/hugo-geekdoc.git
synced 2024-11-21 12:20:39 +00:00
fix: replace invlaid max-height value 'auto' by 'none' (#419)
This commit is contained in:
parent
2e40e48d52
commit
f1457b86fa
@ -1 +1,2 @@
|
||||
.*border-content.*
|
||||
.*Duplicate ID.*
|
||||
|
@ -1,6 +1,6 @@
|
||||
:root,
|
||||
:root[color-mode="light"] {
|
||||
--code-max-height: auto;
|
||||
--code-max-height: none;
|
||||
|
||||
@include light_mode;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user