Skip to content
Snippets Groups Projects
Commit ea926b87 authored by juanf's avatar juanf
Browse files

Fuelux repeater bugfix for dropdown menus.

SVN: 35292
parent fde08271
No related branches found
No related tags found
No related merge requests found
...@@ -24,10 +24,12 @@ ...@@ -24,10 +24,12 @@
} }
.repeater { .repeater {
position: relative;
z-index: 1; z-index: 1;
} }
.repeater ul { .repeater ul {
position: relative;
z-index: 100000; z-index: 100000;
} }
......
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