2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-13 17:26:34 +00:00

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 1b938fa9be
commit 73f5f5c871

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;