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'] { ...@@ -410,7 +410,8 @@ div[data-gadget-scope='panel'] {
color: #FFFFFF; color: #FFFFFF;
width: 180pt; width: 180pt;
min-height: 100%; min-height: 100%;
max-height: none; max-height: 100%;
overflow-y: auto;
position: fixed; position: fixed;
top: 0; top: 0;
left: 0; left: 0;
...@@ -494,7 +495,8 @@ div[data-gadget-scope='editor_panel'] { ...@@ -494,7 +495,8 @@ div[data-gadget-scope='editor_panel'] {
background-color: #FFFFFF; background-color: #FFFFFF;
width: 180pt; width: 180pt;
min-height: 100%; min-height: 100%;
max-height: none; max-height: 100%;
overflow-y: auto;
position: fixed; position: fixed;
top: 0; top: 0;
display: block; display: block;
......
...@@ -242,7 +242,7 @@ ...@@ -242,7 +242,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>955.19399.9037.3396</string> </value> <value> <string>955.29626.47611.24814</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -260,7 +260,7 @@ ...@@ -260,7 +260,7 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1479218471.04</float> <float>1480081058.6</float>
<string>UTC</string> <string>UTC</string>
</tuple> </tuple>
</state> </state>
......
...@@ -508,7 +508,8 @@ div[data-gadget-scope='panel'] { ...@@ -508,7 +508,8 @@ div[data-gadget-scope='panel'] {
width: @panelwidth; width: @panelwidth;
min-height: 100%; min-height: 100%;
max-height: none; max-height: 100%;
overflow-y: auto;
position: fixed; position: fixed;
top: 0; top: 0;
left: 0; left: 0;
...@@ -600,7 +601,8 @@ div[data-gadget-scope='editor_panel'] { ...@@ -600,7 +601,8 @@ div[data-gadget-scope='editor_panel'] {
width: @panelwidth; width: @panelwidth;
min-height: 100%; min-height: 100%;
max-height: none; max-height: 100%;
overflow-y: auto;
position: fixed; position: fixed;
top: 0; top: 0;
display: block; 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