mirror of
https://github.com/mattermost/mattermost.git
synced 2026-08-26 21:27:40 -05:00
Fixing height for content
This commit is contained in:
@@ -10,9 +10,6 @@ body {
|
||||
height: 100%;
|
||||
&.white {
|
||||
background: #fff;
|
||||
.inner__wrap {
|
||||
height: 100%;
|
||||
}
|
||||
.row.content {
|
||||
min-height: 100%;
|
||||
height: auto !important;
|
||||
@@ -20,8 +17,12 @@ body {
|
||||
margin-bottom: -89px;
|
||||
}
|
||||
}
|
||||
.inner__wrap, .row.main {
|
||||
height: 100%;
|
||||
}
|
||||
> .container-fluid {
|
||||
@include clearfix;
|
||||
height: 100%;
|
||||
position: relative;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
|
||||
{{define "channel"}}
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
Reference in New Issue
Block a user