mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Ensure first message is not cut off in iOS theme
Without this, the user couldn’t scroll all the way up and the first message was cut off as panel extended below header.
This commit is contained in:
@@ -81,7 +81,10 @@ $ios-border-color: rgba(0,0,0,0.1);
|
||||
}
|
||||
|
||||
.conversation .panel {
|
||||
height: 100%;
|
||||
position: absolute;
|
||||
top: $header-height;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.settings h3,
|
||||
|
||||
Reference in New Issue
Block a user