Browse Source

- Fix the double scroll bar

pull/1/head
Dan 1 year ago
parent
commit
dbf9cc3f20
  1. 2
      src/app/app.component.ts

2
src/app/app.component.ts

@ -121,7 +121,7 @@ import { PokemonService } from './core/services/pokemon.service';
} }
.content { .content {
height: 100%; //height: 100%;
overflow: auto; overflow: auto;
} }

Loading…
Cancel
Save