mirror of
https://github.com/netbox-community/netbox.git
synced 2026-01-22 03:28:45 -06:00
Fixes #7080: Re-add missing image preview element
This commit is contained in:
@@ -956,6 +956,11 @@ div.card-overlay {
|
||||
}
|
||||
}
|
||||
|
||||
// Remove the max-width from image preview popovers as this is controlled on the image element.
|
||||
.popover.image-preview-popover {
|
||||
max-width: unset;
|
||||
}
|
||||
|
||||
#django-messages {
|
||||
position: fixed;
|
||||
right: $spacer;
|
||||
|
||||
Reference in New Issue
Block a user