1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 09:46:22 +00:00

Merge pull request #1149 from BoostIO/fix-windows-scrolling-bug

Fix windows scrolling bug
This commit is contained in:
Kazz Yokomizo
2017-11-21 12:40:10 +09:00
committed by GitHub

View File

@@ -53,6 +53,10 @@
font-weight: 100;
color: #888;
}
.CodeEditor {
opacity: 1 !important;
pointer-events: auto !important;
}
</style>
</head>
<body>