/**
 * Sidepanel Global Styles
 */
html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

#root {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

/* 隐藏滚动条但保留滚动功能 */
/* ::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
} */

* {
    box-sizing: border-box;
}

