mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-30 12:46:35 +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 {
|
||||
overflow-y: auto;
|
||||
padding-top: 16px;
|
||||
height: calc(100% - 65px);
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.notification {
|
||||
|
Loading…
x
Reference in New Issue
Block a user