mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-11 13:46:11 +10:00
23 lines
260 B
SCSS
23 lines
260 B
SCSS
html {
|
|
overflow-y: scroll;
|
|
|
|
&.touch .tooltip { display: none !important; }
|
|
|
|
body {
|
|
padding-top: $header-height;
|
|
}
|
|
}
|
|
|
|
.container {
|
|
padding-top: 0;
|
|
z-index: 5;
|
|
}
|
|
|
|
.container .content {
|
|
margin: 0 0;
|
|
}
|
|
|
|
.navless-container {
|
|
margin-top: 30px;
|
|
}
|