mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-26 03:05:41 +03:00
Temporarily disable this
This is affecting the default scrollTop position of the status
This commit is contained in:
parent
096712a9dd
commit
ba1674b846
1 changed files with 2 additions and 2 deletions
|
@ -128,8 +128,8 @@ a.mention span {
|
|||
padding: 0;
|
||||
}
|
||||
.timeline.grow {
|
||||
min-height: 100vh;
|
||||
min-height: 100dvh;
|
||||
/* min-height: 100vh;
|
||||
min-height: 100dvh; */
|
||||
padding-bottom: calc(env(safe-area-inset-bottom) + 16px);
|
||||
}
|
||||
.timeline > li {
|
||||
|
|
Loading…
Reference in a new issue