mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-13 17:26:34 +00:00
git-svn-id: https://svn.fhem.de/fhem/trunk@6033 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
1b938fa9be
commit
73f5f5c871
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user