mirror of
https://github.com/samsonjs/vibetunnel.git
synced 2026-03-25 09:25:50 +00:00
make sure session doesn't extend mobile screen
This commit is contained in:
parent
c273272e52
commit
5083cb5c1e
1 changed files with 4 additions and 0 deletions
|
|
@ -990,9 +990,13 @@ export class SessionView extends LitElement {
|
|||
grid-template-columns: 1fr;
|
||||
height: 100vh;
|
||||
height: 100dvh;
|
||||
width: 100%;
|
||||
max-width: 100vw;
|
||||
position: relative;
|
||||
background-color: rgb(var(--color-bg));
|
||||
font-family: ui-monospace, SFMono-Regular, "SF Mono", Consolas, "Liberation Mono", Menlo, monospace;
|
||||
overflow: hidden;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
/* Adjust grid when keyboard is visible */
|
||||
|
|
|
|||
Loading…
Reference in a new issue