pyc-website
main website for pyc inc.
git clone https://9o.is/git/pyc-website.git
commit ece6ae2078c6b4a064d65dbb8d865508572eed3c parent b2dc2761cce30af7cc389f2118acbba67c36b368 Author: Jul <jul@9o.is> Date: Sat, 12 Apr 2014 14:38:50 -0400 fixed scrolling overflow problem with android native browser v.<3.0. Diffstat:
| M | src/main/webapp/less/overrides.less | | | 4 | +++- |
| M | src/main/webapp/less/smartadmin/main-custom.less | | | 1 | - |
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/src/main/webapp/less/overrides.less b/src/main/webapp/less/overrides.less @@ -1,7 +1,9 @@ // Custom overrides go here body { - overflow: auto; + @media(min-width:@screen-sm-min) { + overflow-y: scroll; + } > .container { padding: 0; diff --git a/src/main/webapp/less/smartadmin/main-custom.less b/src/main/webapp/less/smartadmin/main-custom.less @@ -14,7 +14,6 @@ body { margin: 0; padding: 0; height: 100%; - overflow:hidden; direction:ltr; }