mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 14:53:50 +02:00
fix: feed scrollbar cannot be dragged
This commit is contained in:
@@ -195,3 +195,9 @@
|
|||||||
const { setAsideWidth } = appearanceStore;
|
const { setAsideWidth } = appearanceStore;
|
||||||
const { asideWidth, isSideBarTabShow } = storeToRefs(appearanceStore);
|
const { asideWidth, isSideBarTabShow } = storeToRefs(appearanceStore);
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<style lang="scss" scoped>
|
||||||
|
:deep(.el-splitter-bar__dragger) {
|
||||||
|
width: 4px !important;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user