Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[App]: Fixed vertical scrollbar for route module #23

Merged
merged 1 commit into from
Jul 19, 2022

Conversation

bozzelliandrea
Copy link
Member

No description provided.

@bozzelliandrea bozzelliandrea added the bug Something isn't working label Jul 19, 2022
@bozzelliandrea bozzelliandrea self-assigned this Jul 19, 2022
@@ -13,6 +13,8 @@ import {PrimeNGConfig} from "primeng/api";
.app-container {
height: 90vh;
max-height: 90vh;

overflow-y: auto;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

areoooooooooo proprio lù

@@ -40,21 +39,20 @@ export class PlatePageComponent implements OnInit, OnDestroy {
if (rootComponent)
rootComponent.remove();

this._routeSub = this._route.params.subscribe(
this._subs.add(this._route.params.subscribe(
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

vardalo che usa gli add come gli ha insegnato colet

@rizzaccio87 rizzaccio87 merged commit 90771e1 into main Jul 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants