iOS 6 Theme for FHEM - better Webkit Scrolling: Forum #23406, Entry #166953 from Blackcat

git-svn-id: https://svn.fhem.de/fhem/trunk@6033 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
blackcatsandy
2014-06-02 11:47:56 +00:00
parent 9f2bacb492
commit 5d0f56a939

View File

@@ -255,7 +255,8 @@ padding: 5px;
#menu {
position: absolute;
top:44px;
overflow: auto;
overflow: scroll;
-webkit-overflow-scrolling: touch;
float: left;
width: 200px;
@@ -270,8 +271,8 @@ padding:0px;
#content, #right {
background-color:#e0e3e8;
background:#e0e3e8;
overflow:auto;
overflow: scroll;
-webkit-overflow-scrolling: touch;
border-left: 1px solid #000000;
float: right;