Padding to account for firefox scrollbar

This commit is contained in:
hfcRed 2026-03-07 17:12:24 +01:00
parent 7e4bebb79a
commit e45a99dcc4

View File

@ -111,6 +111,7 @@
display: flex;
gap: var(--s-2);
height: 100%;
padding: var(--s-2);
}
.tournamentCardsViewAllCard {
@ -137,6 +138,7 @@
.resultHighlights {
display: flex;
gap: var(--s-2);
padding: var(--s-2);
}
.resultHighlightsTitle {