mirror of
https://github.com/HeyPuter/puter
synced 2024-11-14 22:06:00 +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 = `
|
||||
:host > div {
|
||||
height: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
|
@ -30,7 +30,10 @@ export default def(class StepView extends Component {
|
||||
}
|
||||
|
||||
static CSS = `
|
||||
#wrapper { display: none }
|
||||
#wrapper {
|
||||
display: none;
|
||||
height: 100%;
|
||||
}
|
||||
* { -webkit-font-smoothing: antialiased;}
|
||||
`;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user