mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-16 04:02:52 -06:00
Fixes #6977: Truncate global search dropdown on small screens
This commit is contained in:
parent
e8fb86a283
commit
ac6b1bf422
@ -1,5 +1,13 @@
|
|||||||
# NetBox v3.0
|
# NetBox v3.0
|
||||||
|
|
||||||
|
## v3.0.0 (FUTURE)
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* [#6977](https://github.com/netbox-community/netbox/issues/6977) - Truncate global search dropdown on small screens
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## v3.0-beta2 (2021-08-13)
|
## v3.0-beta2 (2021-08-13)
|
||||||
|
|
||||||
### Enhancements
|
### Enhancements
|
||||||
|
BIN
netbox/project-static/dist/netbox-dark.css
vendored
BIN
netbox/project-static/dist/netbox-dark.css
vendored
Binary file not shown.
BIN
netbox/project-static/dist/netbox-light.css
vendored
BIN
netbox/project-static/dist/netbox-light.css
vendored
Binary file not shown.
@ -376,11 +376,9 @@ nav.search {
|
|||||||
|
|
||||||
// Object Selector Dropdown Menu
|
// Object Selector Dropdown Menu
|
||||||
.search-obj-selector {
|
.search-obj-selector {
|
||||||
@include media-breakpoint-down(lg) {
|
// Limit the height and enable scrolling on mobile devices.
|
||||||
// Limit the height and enable scrolling on mobile devices.
|
max-height: 70vh;
|
||||||
max-height: 70vh;
|
overflow-y: auto;
|
||||||
overflow-y: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
.dropdown-item,
|
.dropdown-item,
|
||||||
.dropdown-header {
|
.dropdown-header {
|
||||||
|
Loading…
Reference in New Issue
Block a user