replaced authentik with generic oidc provider

This commit is contained in:
Gani Georgiev
2023-02-23 21:07:00 +02:00
parent e529fe7e2a
commit aa4e405f92
55 changed files with 495 additions and 330 deletions

View File

@@ -342,6 +342,7 @@
overflow-x: hidden;
overflow-y: auto; // fallback
overflow-y: overlay;
scroll-behavior: smooth;
.overlay-active & {
overflow-y: hidden; // prevent double scrollbar
}