fix hamburger by whitelisting 'is-active' css

This commit is contained in:
Adam Piontek 2021-10-31 17:43:39 -04:00
parent 61c393a452
commit 0318332bcf

View file

@ -180,7 +180,9 @@ function getCSSWhitelistPatterns() {
/^figure$/,
/^blockquote$/,
/^tsml(-.*)?$/,
/^is-active$/,
/^collapse$/,
/^collapsed$/,
/^collapsing$/,
/^label$/,
/^input$/,