1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-08-13 22:12:50 +02:00

Fix little white corner between scrollbars (#1229)

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

View File

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

View File

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