Fixing height for content
Этот коммит содержится в:
@@ -10,9 +10,6 @@ body {
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
&.white {
|
&.white {
|
||||||
background: #fff;
|
background: #fff;
|
||||||
.inner__wrap {
|
|
||||||
height: 100%;
|
|
||||||
}
|
|
||||||
.row.content {
|
.row.content {
|
||||||
min-height: 100%;
|
min-height: 100%;
|
||||||
height: auto !important;
|
height: auto !important;
|
||||||
@@ -20,8 +17,12 @@ body {
|
|||||||
margin-bottom: -89px;
|
margin-bottom: -89px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.inner__wrap, .row.main {
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
> .container-fluid {
|
> .container-fluid {
|
||||||
@include clearfix;
|
@include clearfix;
|
||||||
|
height: 100%;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
|
||||||
{{define "channel"}}
|
{{define "channel"}}
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user