From: Guillermo González de Agüero Date: Thu, 1 Aug 2013 18:07:34 +0000 (+0200) Subject: Fix #8944 X-Git-Tag: v3.0.0-rc.2~141^2~7^2^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F8979%2Fhead;p=thirdparty%2Fbootstrap.git Fix #8944 --- diff --git a/less/dropdowns.less b/less/dropdowns.less index 938e682f50..1cd76a0705 100644 --- a/less/dropdowns.less +++ b/less/dropdowns.less @@ -17,6 +17,12 @@ content: ""; } +// The dropdown wrapper (div) +// -------------------------- +.dropdown { + position: relative; +} + // The dropdown menu (ul) // ---------------------- .dropdown-menu {