Fix: remove additional scrollbar from popup preview (#9140)

This commit is contained in:
shamoon 2025-02-17 08:12:21 -08:00 committed by GitHub
parent e37096f66f
commit de5f66b3a0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,7 +1,6 @@
.preview-popup-container > * {
width: 30rem !important;
height: 22rem !important;
overflow-y: scroll;
}
::ng-deep .popover.popover-preview {