Bug 946340 - Enable vertical scrolling on about:start in portrait [r=ally]

This commit is contained in:
Matt Brubeck 2013-12-11 16:24:24 -08:00
parent b35048a505
commit 45af1dce9c
2 changed files with 7 additions and 0 deletions

View File

@ -100,4 +100,5 @@
#endif
</hbox>
</html:body>
<observes element="bcast_windowState" attribute="*"/>
</html:html>

View File

@ -197,6 +197,12 @@ documenttab[selected] .documenttab-selection {
height: 100%;
}
#startui-page[viewstate="snapped"],
#startui-page[viewstate="portrait"] {
overflow-x: hidden;
overflow-y: scroll;
}
#startui-body {
height: 100%;
margin: 0;