【发布时间】:2020-09-07 17:16:07
【问题描述】:
对于带有嵌入式 iframe 的 sidenav,我得到了双滚动条, 我用
解决了这个问题::ng-deep.mat-drawer-inner-container {
overflow: hidden !important;
}
这会导致其他 mat-drawer-inner-container 溢出也被隐藏。我怎样才能解决这个问题?
【问题讨论】:
-
如果您在规则前加上
:host会怎样?:host ::ng-deep ... -
我试过这个 :host ::ng-deep 也隐藏了其他 mat-inner-containers
-
创建一个重现问题的堆栈闪电战。