feat: add native app regions support

This commit is contained in:
kangfenmao 2025-01-13 18:06:22 +08:00
parent 74740d7fcc
commit 84979a975c

View File

@ -248,6 +248,7 @@ const AppsContainer = styled.div`
overflow-y: auto; overflow-y: auto;
overflow-x: hidden; overflow-x: hidden;
margin-bottom: 10px; margin-bottom: 10px;
-webkit-app-region: none;
&::-webkit-scrollbar { &::-webkit-scrollbar {
display: none; display: none;
} }