mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2026-01-29 19:04:40 +01:00
Fix payment request template
Fix payment request template body/page height and footer style.
This commit is contained in:
@@ -63,8 +63,8 @@
|
||||
</style>
|
||||
</noscript>
|
||||
</head>
|
||||
<body class="h-100">
|
||||
<div id="app" class="h-100 d-flex flex-column">
|
||||
<body>
|
||||
<div id="app" class="min-vh-100 d-flex flex-column">
|
||||
<nav id="mainNav" class="navbar sticky-top py-3 py-lg-4 d-print-block">
|
||||
<div class="container">
|
||||
<div class="row align-items-center" style="width:calc(100% + 30px)">
|
||||
|
||||
Reference in New Issue
Block a user