gitlab-org--gitlab-foss/app/assets/stylesheets/main/layout.scss
Dmitriy Zaporozhets 049d0cc396
Add bottom padding to body
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-02-28 16:56:41 +02:00

18 lines
203 B
SCSS

html {
overflow-y: scroll;
&.touch .tooltip { display: none !important; }
}
body {
padding-bottom: 20px;
}
.container {
padding-top: 0;
z-index: 5;
}
.container .content {
margin: 0 0;
}