Browse Source
Bugfix/scroll behavior of page content behind open dialog (#7500)
* Fix scroll behavior of page content behind open dialog
* Update changelog
pull/7253/head^2
Thomas Kaul
1 week ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
2 additions and
1 deletions
-
CHANGELOG.md
-
apps/client/src/index.html
|
|
@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 |
|
|
|
|
|
|
|
|
### Fixed |
|
|
### Fixed |
|
|
|
|
|
|
|
|
|
|
|
- Fixed the scroll behavior of the page content behind an open dialog |
|
|
- Fixed the export functionality to only include the accounts of the exported activities if a filter is applied |
|
|
- Fixed the export functionality to only include the accounts of the exported activities if a filter is applied |
|
|
|
|
|
|
|
|
## 3.38.0 - 2026-07-31 |
|
|
## 3.38.0 - 2026-07-31 |
|
|
|
|
|
@ -1,5 +1,5 @@ |
|
|
<!doctype html> |
|
|
<!doctype html> |
|
|
<html class="h-100 position-relative" lang="${languageCode}"> |
|
|
<html class="h-100" lang="${languageCode}"> |
|
|
<head> |
|
|
<head> |
|
|
<title>Ghostfolio</title> |
|
|
<title>Ghostfolio</title> |
|
|
<base href="/" /> |
|
|
<base href="/" /> |
|
|
|