Conversation
外側ラッパーの minH="100vh" と内側の padding-top (ヘッダー高さ分) が重なり、 子要素に h=100% 等があると合計が viewport を超えてスクロールが発生していた。 また 100vh はモバイルブラウザの URL バー分を含むため、見えているビューポート より大きくなり小さなコンテンツでもスクロールが出ていた。 minH="100dvh" を padding-top と同じ要素に付け替え、border-box により パディングを内包する形に変更。 https://claude.ai/code/session_014ar8NXdaon1mFrQHcfSaN7
…YUvY fix(layout): 固定ヘッダー配下でコンテンツが小さくてもスクロールする不具合を修正
* docs: SubAgentのモデル指定をCLAUDE.mdに追加 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * feat: シフト編集画面に一時保存ボタンと警告モーダルを追加 - saveShiftAssignmentsを単独呼び出しして通知せず割当を保存 - 初回保存時のみ「自動配置が止まる」警告モーダルを表示 - 確定後は警告なしで即保存 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * chore: スタッフ15人と希望シフトを投入するseed mutationを追加 - seedRealisticStaffRequestsで学生/フリーター/主婦など現実的なパターンで投入 - 未提出1人/全休み提出1人など提出状況のバリエーションも含める Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * chore: biome.jsonのスキーマバージョンを2.4.11に更新 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * chore: ダッシュボード警告の文言を明確化 「編集中にも変更される」から「編集中にも希望シフトが追加される」に変更し 何が変わるかを具体的に示す Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * fix --------- Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
chore: icon, header
Contributor
Deploying dev-yps-crispy-carnival with
|
| Latest commit: |
f7622ac
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://02ae0d68.dev-yps-crispy-carnival.pages.dev |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.