mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-09-09 20:56:02 -05:00
Fix opening date picker scrolling to top
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
@@ -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
1748
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user