fix(chat): White square when both scrolls are visible.

pull/13298/head
damencho 2 years ago committed by Дамян Минков
parent c384d0d3a9
commit 13e8f992b5
  1. 4
      css/_chat.scss

@ -74,6 +74,10 @@
a:active {
color: black;
}
&::-webkit-scrollbar-corner {
background: #3a3a3a;
}
}

Loading…
Cancel
Save