21 lines
228 B
CSS
21 lines
228 B
CSS
|
body,
|
||
|
html {
|
||
|
overflow: visible;
|
||
|
height: auto;
|
||
|
padding-bottom: 40px;
|
||
|
}
|
||
|
|
||
|
.box--inner {
|
||
|
display: block;
|
||
|
}
|
||
|
|
||
|
.content {
|
||
|
max-height: none;
|
||
|
}
|
||
|
|
||
|
.container {
|
||
|
position: inherit;
|
||
|
transform: none;
|
||
|
-webkit-transform: none;
|
||
|
}
|