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
-1
View File
@@ -1,7 +1,6 @@
.code_block {
position: relative;
width: 100%;
overflow-x: scroll;
margin: 1em auto;
}