mirror of https://github.com/ghostfolio/ghostfolio
Browse Source
* Fix scrolling in position detail dialog on mobile * Update changelogpull/594/head^2
committed by
GitHub
3 changed files with 10 additions and 0 deletions
@ -1,4 +1,7 @@ |
|||||
:host { |
:host { |
||||
display: flex; |
display: flex; |
||||
|
flex: 0 0 auto; |
||||
|
margin-bottom: 0; |
||||
min-height: 0; |
min-height: 0; |
||||
|
padding: 0; |
||||
} |
} |
||||
|
Loading…
Reference in new issue