mirror of
https://github.com/moparisthebest/app-UI
synced 2024-12-21 23:18:52 -05:00
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
This commit is contained in:
parent
84b6a580e3
commit
84391b8407
@ -138,6 +138,13 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
.viewNavigator_contentHolder > div:first-child {
|
||||||
|
min-height:100%;
|
||||||
|
border-bottom:1px solid #444;
|
||||||
|
border-top:1px solid #444;
|
||||||
|
}
|
||||||
|
|
||||||
.viewNavigator_content div {
|
.viewNavigator_content div {
|
||||||
|
|
||||||
backface-visibility: visible;
|
backface-visibility: visible;
|
||||||
|
Loading…
Reference in New Issue
Block a user