fix: sources scrolling

This commit is contained in:
surunzi
2019-11-15 19:48:09 +08:00
parent b465bf68de
commit 7428238188

View File

@@ -1,7 +1,7 @@
@import '../style/variable';
@import '../style/mixin';
.sources {
#sources {
@include overflow-auto(y);
.code-wrapper,
.raw-wrapper {