Skip to content

Commit

Permalink
Remove ugly scrollbar
Browse files Browse the repository at this point in the history
  • Loading branch information
Carsten Koebke committed Nov 28, 2018
1 parent bf9fcbf commit 5da93ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions public/css/themes/particles.less
Expand Up @@ -13,7 +13,7 @@ canvas{

.login-wrapper {
position: absolute;
top: 1%;
top: 0px;
left: 10%;
background: transparent;
background-image: none;
Expand All @@ -23,7 +23,7 @@ canvas{

#layout.wide-layout .login-wrapper {
position: absolute;
top: 1%;
top: 0px;
left: 45%;
background: transparent;
background-image: none;
Expand Down
2 changes: 1 addition & 1 deletion public/js/app.js
Expand Up @@ -16,7 +16,7 @@ particlesJS('login',
{
"particles": {
"number": {
"value": 80,
"value": 150,
"density": {
"enable": true,
"value_area": 800
Expand Down

0 comments on commit 5da93ba

Please sign in to comment.