From 0dd04e4c20f480234a45f960c0c29be4e70b51b7 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Wed, 30 Oct 2024 16:33:10 +0200 Subject: [PATCH] no gutter with modal --- frontend/less/espo/custom.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/less/espo/custom.less b/frontend/less/espo/custom.less index 2182294be4..e8717c23e0 100644 --- a/frontend/less/espo/custom.less +++ b/frontend/less/espo/custom.less @@ -10,7 +10,7 @@ html { height: 100%; - &:not(:has(> body > .container > .container-centering)) { + &:not(:has(> body > .container > .container-centering)):not(:has(.modal-backdrop)) { scrollbar-gutter: stable; overflow-y: scroll; }