fix: rax模拟器去掉滚动条(小程序IDE和一般小程序真正显示都是没有的),也解决滚动条占用页面总宽度的问题

This commit is contained in:
茵落 2021-04-15 19:12:51 +08:00
parent b7c187623d
commit e9bea627ef

View File

@ -18,13 +18,7 @@ html.engine-cursor-ew-resize, html.engine-cursor-ew-resize * {
}
::-webkit-scrollbar {
width: 5px;
height: 5px;
}
::-webkit-scrollbar-thumb {
background-color: rgba(0, 0, 0, 0.3);
border-radius: 5px;
display: none;
}
.lc-container {