Improve the profile image popup

This commit is contained in:
SondreB 2023-01-06 01:07:40 +01:00
parent 0bd2e02e2d
commit 862a6a0ade
No known key found for this signature in database
GPG Key ID: D6CC44C75005FDBF
2 changed files with 6 additions and 1 deletions

View File

@ -1,4 +1,4 @@
.profile-image-original {
width: 100%;
max-width: 100%;
cursor: pointer;
}

View File

@ -169,6 +169,11 @@ app-profile-actions {
display: inline;
}
/** Triggers scrolling if the vertical height is larger then horizontal for profile image popups and window size. */
.mdc-dialog {
max-height: 100vh !important;
}
.mat-sidenav-content {
/* Disable scrolling on the content, we want it specific on child element */
// overflow: hidden !important;