1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-03-29 21:21:15 +02:00

Fix little white corner between scrollbars ()

This commit is contained in:
Caleb John 2019-02-16 19:16:32 -07:00 committed by Laurent Cozic
parent 3c3e6aeca0
commit cda6eb7c2f
2 changed files with 9 additions and 0 deletions
ElectronClient/app
ReactNativeClient/lib

@ -24,6 +24,11 @@ table td, table th {
::-webkit-scrollbar {
width: 7px;
height: 7px;
}
::-webkit-scrollbar-corner {
background: none;
}
::-webkit-scrollbar-track {

@ -538,6 +538,10 @@ class MdToHtml {
}
::-webkit-scrollbar {
width: 7px;
height: 7px;
}
::-webkit-scrollbar-corner {
background: none;
}
::-webkit-scrollbar-track {
border: none;