Fix height

file-group-page
bat 3 years ago
parent bb56d1530a
commit e5f3e7cc1e

@ -11,8 +11,6 @@ export class Layout extends HTMLElement {
const style = document.createElement('style')
style.textContent = `
:host {
width: 100%;
height: 100dvh;
display: flex;
flex-direction: column;
}
@ -47,10 +45,7 @@ export class Layout extends HTMLElement {
}
get path() {
return new URL(
window.location.hash.slice(1) || '/',
window.location
).pathname
return '/hello'
}
set editing(value) {

Loading…
Cancel
Save