Added moved background from .main to .content to have no visual contrast flashes between empty and loaded content.
This commit is contained in:
parent
5a11480447
commit
6122b1db74
1 changed files with 1 additions and 1 deletions
|
@ -675,6 +675,7 @@ label {
|
|||
.content {
|
||||
overflow: auto;
|
||||
position: relative;
|
||||
background-color: #f8f9fa;
|
||||
}
|
||||
|
||||
.content.fit {
|
||||
|
@ -2237,7 +2238,6 @@ footer {
|
|||
|
||||
.main {
|
||||
padding: 10px 20px;
|
||||
background: #f8f9fa;
|
||||
overflow: auto;
|
||||
position: relative;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue