fix scrollbar hack to wrk with top and bottom page borders
This commit is contained in:
@@ -22,11 +22,10 @@ div.container h1 {
|
|||||||
/* Avoid scrollbar jumps in centering
|
/* Avoid scrollbar jumps in centering
|
||||||
* see https://css-tricks.com/eliminate-jumps-in-horizontal-centering-by-forcing-a-scroll-bar/
|
* see https://css-tricks.com/eliminate-jumps-in-horizontal-centering-by-forcing-a-scroll-bar/
|
||||||
*/
|
*/
|
||||||
html {
|
div#wrap {
|
||||||
margin-left: calc(100vw - 100%);
|
margin-left: calc(100vw - 100%);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
div.avatar img {
|
div.avatar img {
|
||||||
max-height: 190px;
|
max-height: 190px;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user