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
parent
commit
5092316609
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      CHANGELOG.md
  2. 2
      apps/client/src/index.html

1
CHANGELOG.md

@ -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

2
apps/client/src/index.html

@ -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="/" />

Loading…
Cancel
Save