mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-27 10:58:37 -06:00
Fixes #15536: Fix clipping of dropdown menus inside responsive tables
This commit is contained in:
parent
0849553ada
commit
a2c5b61a7c
BIN
netbox/project-static/dist/netbox.css
vendored
BIN
netbox/project-static/dist/netbox.css
vendored
Binary file not shown.
@ -2,3 +2,10 @@
|
|||||||
html {
|
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;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user