Commit 8cc9c69a36425f69af50504519e7ad6254f0fb5e

Authored by Eugeny Galkovskiy
1 parent ce78e937

123

Showing 1 changed file with 3 additions and 5 deletions   Show diff stats
frontend/web/css/style.css
... ... @@ -2282,13 +2282,11 @@ p.right{text-align: right;}
2282 2282 width: 100%;
2283 2283 }
2284 2284 .dropd_menu{
2285   - display:block;
2286   - position: absolute;
  2285 + display: block;
  2286 + position: inherit;
2287 2287 width: 100%!important;
2288   - top: 0px;
2289   - left: 0px;
2290 2288 z-index: 30;
2291   - padding: 0;
  2289 + padding: 0!important;
2292 2290 }
2293 2291 .inline_dropb, .dropd_menu{
2294 2292 padding:0;margin:0;
... ...