web: fix library not being full height, again
This commit is contained in:
		@ -55,7 +55,12 @@ export class LibraryPage extends LitElement {
 | 
			
		||||
    apps?: AKResponse<Application>;
 | 
			
		||||
 | 
			
		||||
    static get styles(): CSSResult[] {
 | 
			
		||||
        return COMMON_STYLES;
 | 
			
		||||
        return COMMON_STYLES.concat(css`
 | 
			
		||||
            :host,
 | 
			
		||||
            main {
 | 
			
		||||
                height: 100%;
 | 
			
		||||
            }
 | 
			
		||||
        `);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    firstUpdated(): void {
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user