gpt4 book ai didi

css - 隐藏正文(html)以 2/4 的 Angular 滚动

转载 作者:太空宇宙 更新时间:2023-11-04 08:24:23 25 4
gpt4 key购买 nike

我试图隐藏正文 (html) 滚动条。添加:

body,
html{
overflow: hidden;
margin: 0;
padding: 0;
}

在组件 css 文件或“app.component.css”中似乎都没有帮助。有什么想法吗?

编辑:将以上内容添加到“styles.css”文件(通过 .angular-cli.json 调用)似乎可行。我仍然很好奇知道为什么它在放置在组件或“app-component”css 文件中时不起作用..

最佳答案

这可能有效,因为它阻止了重写选择器的 View 模拟,以便只处理组件模板中的元素

* ::ng-deep body,
* ::ng-deep html{
overflow: hidden;
margin: 0;
padding: 0;
}

关于css - 隐藏正文(html)以 2/4 的 Angular 滚动,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45275853/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com