Fixed Firefox rendering issue
This commit is contained in:
parent
a1fe0f2d8c
commit
06f5e77acf
@ -693,6 +693,8 @@ input[type=text] {
|
||||
/* Firefox considers 100% respect to height of the whole window, this is rule is necessary to eliminate the card toolbar offset. */
|
||||
@-moz-document url-prefix() {
|
||||
#mainPanel.extra-wide .subpanel.cardContent {
|
||||
height: calc(100% - 50px); }
|
||||
#mainPanel.wide .cardContent {
|
||||
height: calc(100% - 50px); } }
|
||||
#mainPanel {
|
||||
left: 0px; }
|
||||
|
File diff suppressed because one or more lines are too long
@ -106,6 +106,12 @@ input[type=text] {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&.wide {
|
||||
.cardContent {
|
||||
height: calc(100% - 50px);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -215,3 +215,5 @@ refer to http://www.clipperz.com.
|
||||
-moz-background-size: 3px 3px;
|
||||
background-size: 3px 3px;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user