فهرست منبع

Fixes #15536: Fix clipping of dropdown menus inside responsive tables

Jeremy Stretch 1 سال پیش
والد
کامیت
d707c65637
2فایلهای تغییر یافته به همراه8 افزوده شده و 1 حذف شده
  1. 0 0
      netbox/project-static/dist/netbox.css
  2. 8 1
      netbox/project-static/styles/overrides/_bootstrap.scss

تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 0 - 0
netbox/project-static/dist/netbox.css


+ 8 - 1
netbox/project-static/styles/overrides/_bootstrap.scss

@@ -1,4 +1,11 @@
 // Disable smooth scrolling for intra-page links
 html {
-    scroll-behavior: auto !important;
+  scroll-behavior: auto !important;
+}
+
+// Prevent dropdown menus from being clipped inside responsive tables
+.table-responsive {
+  .dropdown, .btn-group, .btn-group-vertical {
+    position: static;
+  }
 }

برخی فایل ها در این مقایسه diff نمایش داده نمی شوند زیرا تعداد فایل ها بسیار زیاد است