Fix opening date picker scrolling to top
Some checks are pending
Tests and checks on push / run-checks-and-tests (push) Waiting to run
Updates translation progress / update-translation-progress-issue (push) Waiting to run

This commit is contained in:
Kalle
2025-02-01 14:04:29 +02:00
parent 989f5bee7d
commit fcafe08d89
4 changed files with 914 additions and 844 deletions

View File

@@ -3,6 +3,7 @@
flex-direction: column;
width: 100%;
min-height: 100vh;
padding-top: 50px; /** compensate for layout__header */
}
.layout__breadcrumb-container {
@@ -55,7 +56,7 @@
font-weight: bold;
padding-block: var(--s-2);
padding-inline: var(--s-4);
position: sticky;
position: fixed;
top: 0;
}

View File

@@ -12,11 +12,6 @@
overflow-wrap: break-word;
}
html,
body {
height: 100%;
}
body {
-webkit-font-smoothing: antialiased;
line-height: 1.5;

1748
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -64,7 +64,7 @@
"nprogress": "^0.2.0",
"openskill": "^4.1.0",
"react": "^18.3.1",
"react-aria-components": "^1.5.0",
"react-aria-components": "^1.6.0",
"react-charts": "^3.0.0-beta.57",
"react-dom": "^18.3.1",
"react-error-boundary": "^4.1.2",