1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00
Files
netbox-community-netbox/netbox/project-static/styles/overrides/_bootstrap.scss
2024-04-05 14:20:05 -04:00

17 lines
339 B
SCSS

// Disable smooth scrolling for intra-page links
html {
scroll-behavior: auto !important;
}
// Prevent dropdown menus from being clipped inside responsive tables
.table-responsive {
.dropdown, .btn-group, .btn-group-vertical {
position: static;
}
}
// Enforce a minimum width for progress bars
.progress {
min-width: 80px;
}