fix: No reserving space in sidebar for overflow (#2807)

* fix: No reserving space in sidebar for overflow
closes #2486

Co-authored-by: Charles Harries <charles@harries.me>
This commit is contained in:
Tom Moor
2021-11-30 05:56:04 -08:00
committed by GitHub
parent e2841aebcd
commit d13254b543
5 changed files with 42 additions and 8 deletions

View File

@@ -25,5 +25,17 @@
"@babel/plugin-transform-destructuring",
"@babel/plugin-transform-regenerator",
"transform-class-properties"
]
],
"env": {
"production": {
"plugins": [
[
"styled-components",
{
"displayName": false
}
]
]
}
}
}