fix: keep route overflow out of the page body (#785)

This commit is contained in:
Thomas Durieux
2026-08-20 14:52:45 +02:00
committed by GitHub
parent adb0dcaec2
commit 74ed0c6d51
4 changed files with 13 additions and 5 deletions
+1 -1
View File
@@ -51,7 +51,7 @@
</head>
<body keypress-events class="d-flex flex-column">
<ng-include src="'partials/header.htm'"></ng-include>
<ng-view class="align-items-stretch h-100 w-100 overflow-auto"></ng-view>
<ng-view class="align-items-stretch w-100"></ng-view>
<div
class="position-fixed bottom-0 right-0 p-3"