mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Fix popup height on iPhone
This commit is contained in:
@@ -32,7 +32,7 @@ dialog {
|
||||
flex-direction: column;
|
||||
overflow: hidden;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
height: auto;
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user