Commit 1980ca54 authored by Tristan Cavelier's avatar Tristan Cavelier

erp5_web_renderjs_ui: add ui-content-maximize css class

parent 4bcc0343
...@@ -314,6 +314,13 @@ html body .ui-content-maximize { ...@@ -314,6 +314,13 @@ html body .ui-content-maximize {
height: 100%; height: 100%;
width: 100%;} width: 100%;}
.ui-content-maximize {
position: fixed;
top: 0; left: 0; right: 0; bottom: 0;
height: auto;
z-index: 2000;
}
/* /*
------------------------------------------------------------------------- -------------------------------------------------------------------------
---------------------- Form Field Positioning --------------------------- ---------------------- Form Field Positioning ---------------------------
......
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