Commit 55f5b68c5df931331cf682714d64195ac2d8ed49
1 parent
7a3ee20b
fix style
Showing
4 changed files
with
22 additions
and
3 deletions
src/css/mobile.css
src/gxb-ide/Iterm.js
src/player.html
src/scss/mobile.scss
| ... | ... | @@ -39,7 +39,7 @@ |
| 39 | 39 | } |
| 40 | 40 | .record-wrap{ |
| 41 | 41 | .m-dir-wrap{ |
| 42 | - // display: none; | |
| 42 | + display: none; | |
| 43 | 43 | background-color: rgba(45,48,56,0.8); |
| 44 | 44 | position: absolute; |
| 45 | 45 | z-index: 9999; |
| ... | ... | @@ -123,6 +123,13 @@ |
| 123 | 123 | .full{ |
| 124 | 124 | display: none |
| 125 | 125 | } |
| 126 | + | |
| 127 | + .tab-content>.tab-pane { | |
| 128 | + padding-bottom: 64px; | |
| 129 | + } | |
| 130 | + .CodeMirror-scroll{ | |
| 131 | + overflow: auto !important; | |
| 132 | + } | |
| 126 | 133 | } |
| 127 | 134 | |
| 128 | 135 | ... | ... |