- Commit
- be8248e92c62293406162fe242622964b3c52c48
- Parent
- 5965324fa08a26a011da64a0aa71c8e1951c0a64
- Author
- Pablo Emilio Escobar Gaviria <pablo-escobar@riseup.net>
- Date
Fixed minor styling bug that affected Chrome-based browsers
A simple SVG markup editor for the web
Fixed minor styling bug that affected Chrome-based browsers
1 file changed, 5 insertions, 0 deletions
Status | File Name | N° Changes | Insertions | Deletions |
Modified | css/svg.css | 5 | 5 | 0 |
diff --git a/css/svg.css b/css/svg.css @@ -141,6 +141,7 @@ body { font-family: 'IBM Plex Mono', 'EmojiOne Color', monospace; font-size: 15pt; line-height: 1.4em; + outline: none; border: none; background: transparent; @@ -149,9 +150,13 @@ body { caret-color: var(--foreground); scrollbar-color: var(--foreground) transparent; + scrollbar-width: thin; } +#container #editor textarea::-webkit-scrollbar, #container #editor textarea::-webkit-scrollbar-track { + width: 11px; + height: 11px; background: transparent; outline: none; }