Skip to content

Commit 84391b8

Browse files
committed
updated style
scrollable area will have min-height:100% - this makes touch scrolling better on mobile devices, otherwise there could be non-scrollable areas that aren't intuitive
1 parent 84b6a58 commit 84391b8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/viewnavigator/viewnavigator.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,13 @@ body {
138138
}
139139

140140

141+
142+
.viewNavigator_contentHolder > div:first-child {
143+
min-height:100%;
144+
border-bottom:1px solid #444;
145+
border-top:1px solid #444;
146+
}
147+
141148
.viewNavigator_content div {
142149

143150
backface-visibility: visible;

0 commit comments

Comments
 (0)