mirror of
https://github.com/HeyPuter/puter
synced 2024-11-15 06:15:47 +00:00
fix: height 100% on flexer and step view
This commit is contained in:
parent
368c20cf57
commit
c6bc42f551
@ -34,6 +34,7 @@ export default def(class Flexer extends Component {
|
|||||||
|
|
||||||
static CSS = `
|
static CSS = `
|
||||||
:host > div {
|
:host > div {
|
||||||
|
height: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
@ -30,7 +30,10 @@ export default def(class StepView extends Component {
|
|||||||
}
|
}
|
||||||
|
|
||||||
static CSS = `
|
static CSS = `
|
||||||
#wrapper { display: none }
|
#wrapper {
|
||||||
|
display: none;
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
* { -webkit-font-smoothing: antialiased;}
|
* { -webkit-font-smoothing: antialiased;}
|
||||||
`;
|
`;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user