fixed scrollbars further
This commit is contained in:
parent
000089730c
commit
2e252c2647
1 changed files with 6 additions and 1 deletions
|
@ -91,6 +91,11 @@ body,
|
|||
overflow:hidden;
|
||||
}
|
||||
|
||||
/* scrollbar override */
|
||||
.mCSB_container {
|
||||
margin-right: 15px !important;
|
||||
}
|
||||
|
||||
html {
|
||||
}
|
||||
|
||||
|
@ -1291,7 +1296,7 @@ left: 13px;
|
|||
|
||||
#cards {
|
||||
height:100%;
|
||||
width:820px;
|
||||
width:805px;
|
||||
margin:0 auto;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue