Skip to content

Commit

Permalink
πŸ› fix(app): solve won component height
Browse files Browse the repository at this point in the history
  • Loading branch information
drackp2m committed Nov 3, 2024
1 parent 142d3b0 commit a3a6740
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ import { Component, EventEmitter, Output } from '@angular/core';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
width: 100vw;
height: 100vh;
background: red;
background-color: #fff9;
z-index: 80;
display: flex;
Expand Down

0 comments on commit a3a6740

Please sign in to comment.