Commit 8ba497dc authored by Romain Courteaud's avatar Romain Courteaud

[erp5_web_renderjs_ui] Make panel vertically scrollable

parent faa6705c
......@@ -410,7 +410,8 @@ div[data-gadget-scope='panel'] {
color: #FFFFFF;
width: 180pt;
min-height: 100%;
max-height: none;
max-height: 100%;
overflow-y: auto;
position: fixed;
top: 0;
left: 0;
......@@ -494,7 +495,8 @@ div[data-gadget-scope='editor_panel'] {
background-color: #FFFFFF;
width: 180pt;
min-height: 100%;
max-height: none;
max-height: 100%;
overflow-y: auto;
position: fixed;
top: 0;
display: block;
......
......@@ -242,7 +242,7 @@
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>955.19399.9037.3396</string> </value>
<value> <string>955.29626.47611.24814</string> </value>
</item>
<item>
<key> <string>state</string> </key>
......@@ -260,7 +260,7 @@
</tuple>
<state>
<tuple>
<float>1479218471.04</float>
<float>1480081058.6</float>
<string>UTC</string>
</tuple>
</state>
......
......@@ -508,7 +508,8 @@ div[data-gadget-scope='panel'] {
width: @panelwidth;
min-height: 100%;
max-height: none;
max-height: 100%;
overflow-y: auto;
position: fixed;
top: 0;
left: 0;
......@@ -600,7 +601,8 @@ div[data-gadget-scope='editor_panel'] {
width: @panelwidth;
min-height: 100%;
max-height: none;
max-height: 100%;
overflow-y: auto;
position: fixed;
top: 0;
display: block;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment