Compare commits

...

2 Commits

Author SHA1 Message Date
89b8b13552 Overflow fix
All checks were successful
continuous-integration/drone/push Build is passing
2022-12-26 23:56:54 +05:00
e8aa6b9a6c 123 2022-12-26 23:56:45 +05:00
2 changed files with 1 additions and 2 deletions

View File

@ -1,5 +1,5 @@
<div>
<app-snow></app-snow>
<app-snow style="overflow: hidden;"></app-snow>
<h1>Welcome, traveler.</h1>
<mat-drawer-container class="main-container" [autosize]="true" [hasBackdrop]="false">
<mat-drawer #drawer class="sidenav" mode="side" [mode]="'push'" [opened]="true" >

View File

@ -39,5 +39,4 @@
}
body {
background-color: #eee;
overflow: hidden;
}