Shiba v0.5.1 displays 2 scrollbars
Opened this issue ยท 9 comments
Deleted user commented
rhysd commented
Could you tell me your configuration (config.yml
)? It may help to reproduce this bug.
Deleted user commented
Sure, but I tested this with and without config.yml
in ~/.config/Shiba
and both conditions have the same issue.
drawer:
responsive: false
file_ext:
markdown:
- "md"
- "markdown"
- "mkd"
- "txt"
html:
- "html"
menu:
visible: false
lint_options:
list-item-indent: space
maximum-line-length: false
no-html: false
shortcuts:
"g g": "PageTop"
"shift+g": "PageBottom"
ctrl+o: "ChangePath"
i: ""
m: ""
q: "QuitApp"
rhysd commented
Thanks. I'll try in Ubuntu. At least this seems not to occur in OS X.
garaemon commented
rhysd commented
I could reproduce this with Ubuntu and fixed in ef9b296. Default margin of body
element caused this issue.
I published Shiba v0.5.2. Could you check it if you can?
Deleted user commented
It's fixed for me! Thanks!! ๐
I'll wait for @garaemon to report in before closing. But I imagine it's fixed for them as well.
garaemon commented
๐ it's fixed!
Deleted user commented
awesome. thanks @rhysd ๐