Merge pull request #6596 from SimonBrandner/fix/scrollbar-dot/18474

Remove tiny scrollbar dot from code blocks
This commit is contained in:
Travis Ralston 2021-08-11 13:54:47 -06:00 committed by GitHub
commit 2e6da2dc6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -489,6 +489,10 @@ $hover-select-border: 4px;
// https://github.com/vector-im/vector-web/issues/754
overflow-x: overlay;
overflow-y: visible;
&::-webkit-scrollbar-corner {
background: transparent;
}
}
}