Skip to content

Commit

Permalink
Merge pull request #452 from aranaravi/develop
Browse files Browse the repository at this point in the history
[MOSIP-29074]popup overflow enabled to avoid data truncation
  • Loading branch information
aranaravi authored Aug 28, 2023
2 parents 2b3860d + ace8271 commit bd56356
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions resident-ui/src/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -474,6 +474,16 @@ button{
display: flex;
}

::ng-deep .mat-grid-tile{
overflow-x: hidden !important;
overflow-y: visible !important;
height: auto;
}

.cdk-global-overlay-wrapper, .cdk-overlay-container{
overflow-y: auto;
}

.mat-tooltip {
position: relative;
&::after {
Expand Down

0 comments on commit bd56356

Please sign in to comment.