Skip to content

Commit

Permalink
scrollbar
Browse files Browse the repository at this point in the history
  • Loading branch information
Tolo5star committed Nov 19, 2018
1 parent 710d440 commit 8de49ac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions RoomBlocking/box.css
Original file line number Diff line number Diff line change
@@ -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 {
Expand Down
3 changes: 2 additions & 1 deletion RoomBlocking/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -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%;
Expand All @@ -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;
Expand Down

0 comments on commit 8de49ac

Please sign in to comment.