Skip to content
This repository was archived by the owner on Aug 27, 2025. It is now read-only.

Commit c981eb5

Browse files
committed
fix(ui): sidebar no shrink
1 parent 7f62125 commit c981eb5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Sidebar.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<template>
2-
<div class="w-80 mr-12 min-h-full pt-28 flex flex-col relative">
2+
<div class="w-80 mr-12 min-h-full pt-28 flex flex-col relative flex-shrink-0">
33
<Header />
44
<Character
55
class="mb-0 rounded-br-none cursor-pointer border-0"

0 commit comments

Comments
 (0)