diff --git a/RoomBlocking/box.css b/RoomBlocking/box.css index f1a2d78..9736be6 100644 --- a/RoomBlocking/box.css +++ b/RoomBlocking/box.css @@ -1,12 +1,14 @@ html,body { width: 100%; height: 100%; + overflow:auto; } body { font: 1.2em/1.4 'Oswald', sans-serif; color: #fff; text-align: right; + overflow:auto; } .rolldown-list { diff --git a/RoomBlocking/main.css b/RoomBlocking/main.css index a2811dc..729d6d3 100644 --- a/RoomBlocking/main.css +++ b/RoomBlocking/main.css @@ -86,7 +86,7 @@ * { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box; box-sizing:border-box; } - html { width: 100%; height:100%; overflow:hidden; } + html { width: 100%; height:100%; overflow:auto; } body { width: 100%; @@ -99,6 +99,7 @@ background: -ms-radial-gradient(0% 100%, ellipse cover, rgba(104,128,138,.4) 10%,rgba(138,114,76,0) 40%), -ms-linear-gradient(top, rgba(57,173,219,.25) 0%,rgba(42,60,87,.4) 100%), -ms-linear-gradient(-45deg, #670d10 0%,#092756 100%); background: -webkit-radial-gradient(0% 100%, ellipse cover, rgba(104,128,138,.4) 10%,rgba(138,114,76,0) 40%), linear-gradient(to bottom, rgba(57,173,219,.25) 0%,rgba(42,60,87,.4) 100%), linear-gradient(135deg, #670d10 0%,#092756 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3E1D6D', endColorstr='#092756',GradientType=1 ); + overflow:auto; } .login { position: absolute;