Skip to content
Snippets Groups Projects
Commit 3e27c83a authored by gnaegi's avatar gnaegi
Browse files

OO-940 set explicit z-level for b_page_margins to fix interference of date...

OO-940 set explicit z-level for b_page_margins to fix interference of date picker with file input field
parent bf90a3d6
No related branches found
No related tags found
No related merge requests found
......@@ -42,6 +42,9 @@ body {
margin:0 auto;
width:100%;
height:100%;
/* fix layering issue with datepicker - OO content on layer 1 */
position: relative;
z-index: 1;
}
#b_page_wrapper {
// @include o-border-radius(6px);
......
This diff is collapsed.
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