Dev: Sources

This commit is contained in:
surunzi
2016-05-09 11:54:48 +08:00
parent 6f2b4b31c9
commit 18e2ff8910
8 changed files with 166 additions and 66 deletions

View File

@@ -2,9 +2,11 @@
.dev-tools { .tools {
.sources {
overflow-y: auto;
-webkit-overflow-scrolling: touch;
.code {
padding: $common-padding;
overflow-x: scroll;
overflow-x: auto;
min-height: 100%;
}
}