mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 03:25:12 +01:00
WIP
This commit is contained in:
parent
cb96cc7f36
commit
b1dd3933e2
@ -51,7 +51,7 @@ body {
|
||||
}
|
||||
|
||||
.RoomPlaceholderView, .RoomView {
|
||||
flex: 1 0 0;
|
||||
flex: 1 0 0px;
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
@ -71,7 +71,7 @@ body {
|
||||
}
|
||||
|
||||
.TimelinePanel ul {
|
||||
flex: 1 0 0;
|
||||
flex: 1 0 0px;
|
||||
}
|
||||
|
||||
.RoomHeader {
|
||||
|
@ -49,7 +49,7 @@ limitations under the License.
|
||||
|
||||
.LeftPanel div.description {
|
||||
margin: 0;
|
||||
flex: 1 1 0;
|
||||
flex: 1 1 0px;
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
|
@ -30,6 +30,8 @@ limitations under the License.
|
||||
color: white;
|
||||
/* make sure to disable rubber-banding and pull to refresh in a PWA if we'd end up having a scrollbar */
|
||||
overscroll-behavior: none;
|
||||
/* disable rubberband scrolling on document in IE11 */
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.hiddenWithLayout {
|
||||
|
Loading…
Reference in New Issue
Block a user