1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 17:56:25 +00:00

Fix windows scrolling bug

This commit is contained in:
Kazu Yokomizo
2017-11-21 12:20:53 +09:00
parent 29fa512a90
commit cbcfb57e35

View File

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