Commit e7f2e848 by doszhang

dos

parent b23822c5
...@@ -217,8 +217,8 @@ function showResult(event) { ...@@ -217,8 +217,8 @@ function showResult(event) {
function retry() { function retry() {
$('.wrap-inner').css({ $('.wrap-inner').css({
height: '100%', height: '100%',
overflowX: 'scroll', overflowX: 'hidden',
overflowY: 'hidden', overflowY: 'scroll',
transform: 'translate(0,0)', transform: 'translate(0,0)',
top: 0, top: 0,
}) })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment