1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-11-26 19:56:08 -05:00

finally tested on windows/edge -- fix resulting weirdness

- magic wand cursor
- unnecessary horizontal scroll bar on short code blocks
This commit is contained in:
2022-01-14 11:00:31 -05:00
parent 32a5eb9c61
commit 399091122c
3 changed files with 41 additions and 10 deletions

View File

@@ -1,7 +1,6 @@
.code_block {
position: relative;
width: 100%;
overflow-x: scroll;
margin: 1em auto;
}