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;
|
overflow:hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* scrollbar override */
|
||||||
|
.mCSB_container {
|
||||||
|
margin-right: 15px !important;
|
||||||
|
}
|
||||||
|
|
||||||
html {
|
html {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1291,7 +1296,7 @@ left: 13px;
|
||||||
|
|
||||||
#cards {
|
#cards {
|
||||||
height:100%;
|
height:100%;
|
||||||
width:820px;
|
width:805px;
|
||||||
margin:0 auto;
|
margin:0 auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue