layout.scss 203 Bytes
Newer Older
Dmitriy Zaporozhets's avatar
Dmitriy Zaporozhets committed
1 2
html {
  overflow-y: scroll;
3 4

  &.touch .tooltip { display: none !important; }
Dmitriy Zaporozhets's avatar
Dmitriy Zaporozhets committed
5 6 7
}

body {
8
  padding-bottom: 20px;
Dmitriy Zaporozhets's avatar
Dmitriy Zaporozhets committed
9 10 11 12 13 14 15 16
}

.container {
  padding-top: 0;
  z-index: 5;
}

.container .content {
17
  margin: 0 0;
Dmitriy Zaporozhets's avatar
Dmitriy Zaporozhets committed
18
}