Fix notification scrollbar color

This commit is contained in:
Chocobozzz 2021-04-08 09:00:35 +02:00 committed by Chocobozzz
parent 93544419d2
commit 968aaed206

View File

@ -1,6 +1,9 @@
@import '_variables';
@import '_mixins';
.content {
scrollbar-color: unset;
}
.notification-inbox-popover {
padding: 10px;