A notice taller than the screen scrolls inside its frame
Preferences on a phone ran off the bottom with no way to reach the rest. Every notice now caps at the window's height and scrolls within. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Jm2auWk6RP71CjaAb4FMoG
This commit is contained in:
co-authored by
Claude Fable 5.1
parent
ff35e8ef8e
commit
5f58a0955a
@@ -4098,6 +4098,12 @@
|
||||
gap: 0.8rem;
|
||||
max-width: min(22rem, 92vw);
|
||||
text-align: center;
|
||||
/* A notice taller than the screen — preferences on a phone — scrolls
|
||||
* inside its frame rather than running off the bottom uncatchable. */
|
||||
max-height: calc(100dvh - 2rem);
|
||||
overflow-y: auto;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.attack-headline {
|
||||
font-family: "Oswald", sans-serif;
|
||||
|
||||
Reference in New Issue
Block a user