mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-08 18:39:40 +00:00
Fix date-range-picker overflow on energy dashboard small screen (#19026)
This commit is contained in:
@@ -145,6 +145,8 @@ class DateRangePickerElement extends WrappedElement {
|
||||
);
|
||||
color: var(--primary-text-color);
|
||||
min-width: initial !important;
|
||||
max-height: var(--date-range-picker-max-height);
|
||||
overflow-y: auto;
|
||||
}
|
||||
.daterangepicker:before {
|
||||
display: none;
|
||||
|
||||
Reference in New Issue
Block a user