From a28a9f732dc0ceef3961a9515557af8df3c5c08f Mon Sep 17 00:00:00 2001 From: the-djmaze <> Date: Fri, 5 Aug 2022 09:23:15 +0200 Subject: [PATCH] Resolve #479 Was accidentally removed by commit https://github.com/the-djmaze/snappymail/commit/62d13a12d1c9a6edc42898d00bb994944c7b8eac --- vendors/bootstrap/less/dropdowns.less | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/vendors/bootstrap/less/dropdowns.less b/vendors/bootstrap/less/dropdowns.less index f0468f2c5..b42509b08 100644 --- a/vendors/bootstrap/less/dropdowns.less +++ b/vendors/bootstrap/less/dropdowns.less @@ -2,6 +2,11 @@ // Dropdown menus // -------------------------------------------------- +// Use the .menu class on any
  • element within the topbar or ul.tabs and you'll get some superfancy dropdowns +.dropdown { + position: relative; +} + // The dropdown menu (ul) // ----------------------