Skip to content

Commit

Permalink
Remove unwanted appendice-grid scrollbars / i18n tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
andyjmaclean committed Sep 4, 2024
1 parent c9e5e0c commit 4d9a845
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions src/app/appendice-section/appendice-section.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ $window-size: $row-height;
grid-column: 1 / calc($appendice-grid-num-cols + 1);
grid-template-columns: subgrid;
max-height: $grid-height;
overflow-x: hidden;
overflow-y: auto;
padding-top: $window-size;

Expand Down
4 changes: 2 additions & 2 deletions src/app/country/country.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,8 @@
grid-template-rows: 1fr;
}

* {
overflow: hidden;
& > * {
overflow-y: hidden;
}
}

Expand Down
6 changes: 3 additions & 3 deletions src/locale/messages.it.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -93,13 +93,13 @@
<source>Primi <x id="INTERPOLATION" equiv-text="{{ dimension }}"/> conteggio oggetti</source>
</trans-unit>
<trans-unit id="countryChartSummaryTotalLong" datatype="html">
<source> oggetti attuali</source>
<source> Oggetti attuali</source>
</trans-unit>
<trans-unit id="countryChartSummaryTotal" datatype="html">
<source> oggetti attuali</source>
<source> Oggetti attuali</source>
</trans-unit>
<trans-unit id="countryChartSummaryTotalShort" datatype="html">
<source> oggetti</source>
<source> Oggetti</source>
</trans-unit>
<trans-unit id="countryChartSummaryPercentageNonTriple" datatype="html">
<source> Percento di tutti del paese </source>
Expand Down

0 comments on commit 4d9a845

Please sign in to comment.