diff --git a/web_src/less/_base.less b/web_src/less/_base.less
index bd5754c1e3..78f32956ef 100644
--- a/web_src/less/_base.less
+++ b/web_src/less/_base.less
@@ -2200,5 +2200,9 @@ table th[data-sortt-desc] {
     .item {
       width: initial !important;
     }
+
+    > .dropdown.item {
+      position: initial;
+    }
   }
 }