Fix notification scrollbar color

pull/3747/head
Chocobozzz 2021-04-08 09:00:35 +02:00 committed by Chocobozzz
parent 93544419d2
commit 968aaed206
1 changed files with 3 additions and 0 deletions

View File

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