From b2f032ac8e7925adcb94ece7d3671e15748faac2 Mon Sep 17 00:00:00 2001 From: wvengen Date: Mon, 13 Jan 2014 14:44:18 +0100 Subject: [PATCH] fix bootstrap menu on mobile [ci skip] --- app/assets/stylesheets/bootstrap_and_overrides.css.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/assets/stylesheets/bootstrap_and_overrides.css.less b/app/assets/stylesheets/bootstrap_and_overrides.css.less index cd2c52d4..f9f38a60 100644 --- a/app/assets/stylesheets/bootstrap_and_overrides.css.less +++ b/app/assets/stylesheets/bootstrap_and_overrides.css.less @@ -218,6 +218,10 @@ tr.unavailable { // ********* Tweaks & fixes +// Fix bootstrap dropdown menu on mobile +// https://github.com/twbs/bootstrap/issues/4550#issuecomment-31916049 +.dropdown-backdrop { position: static; } + // need more space for supplier&order information (in German, at least) .dl-horizontal { dt { width: 160px; }