mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-31 13:07:49 +00:00
Allow scrolling notification drawer. Fixes 3366
This commit is contained in:
parent
fabc49d17e
commit
09a19d2e7f
@ -34,6 +34,8 @@ export class HuiNotificationDrawer extends EventsMixin(
|
|||||||
.notifications {
|
.notifications {
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
padding-top: 16px;
|
padding-top: 16px;
|
||||||
|
height: calc(100% - 65px);
|
||||||
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
.notification {
|
.notification {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user