Browse Source

Fix scroll behavior of page content behind open dialog

pull/7500/head
Thomas Kaul 1 month ago
parent
commit
e23647cece
  1. 2
      apps/client/src/index.html

2
apps/client/src/index.html

@ -1,5 +1,5 @@
<!doctype html>
<html class="h-100 position-relative" lang="${languageCode}">
<html class="h-100" lang="${languageCode}">
<head>
<title>Ghostfolio</title>
<base href="/" />

Loading…
Cancel
Save