Skip to content
Snippets Groups Projects
Commit 9c43f796 authored by David Monjoie's avatar David Monjoie
Browse files

[FIX] web_planner: modal body height in IE11

Credits go to qsm for the fix.
parent a3697483
No related branches found
No related tags found
No related merge requests found
......@@ -176,10 +176,10 @@
padding-bottom: 30px;
overflow: auto;
-ms-flex: 1 0 0;
-moz-flex: 1 0 0;
-webkit-flex: 1 0 0;
flex: 1 0 0;
-ms-flex: 1 1 auto;
-moz-flex: 1 1 auto;
-webkit-flex: 1 1 auto;
flex: 1 1 auto;
.o_planner_content_wrapper {
position: absolute;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment