Skip to content

Commit 9392ac4

Browse files
authored
Merge pull request #1149 from BoostIO/fix-windows-scrolling-bug
Fix windows scrolling bug
2 parents 29fa512 + cbcfb57 commit 9392ac4

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

lib/main.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@
5353
font-weight: 100;
5454
color: #888;
5555
}
56+
.CodeEditor {
57+
opacity: 1 !important;
58+
pointer-events: auto !important;
59+
}
5660
</style>
5761
</head>
5862
<body>

0 commit comments

Comments
 (0)