1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 09:46:22 +00:00

Fix #928: Tag list cannot be scroll

This commit is contained in:
Yoshiki Aoki
2017-10-17 11:47:06 +09:00
committed by Yoshiki Aoki
parent ac5cdf384f
commit 1f548959e3
2 changed files with 14 additions and 9 deletions

View File

@@ -80,7 +80,7 @@ class SideNav extends React.Component {
)
} else {
component = (
<div>
<div styleName='tabBody'>
<div styleName='tag-title'>
<p>Tags</p>
</div>