Skip to content

Commit 91d50e3

Browse files
committed
ui scrollbar to sidebar
1 parent 0caa5c3 commit 91d50e3

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

index.html

+5-2
Original file line numberDiff line numberDiff line change
@@ -259,8 +259,11 @@
259259
</button>
260260
</div>
261261

262-
<div class="flex-1 overflow-y-auto">
263-
<div id="patternsTab" class="p-3 space-y-3"></div>
262+
<div class="flex-1 overflow-y-auto scrollbar-thin scrollbar-track-slate-200 scrollbar-thumb-slate-300 hover:scrollbar-thumb-slate-400 dark:scrollbar-track-slate-800 dark:scrollbar-thumb-slate-700 dark:hover:scrollbar-thumb-slate-600">
263+
<div id="patternsTab" class="p-3 space-y-3">
264+
<h3 class="text-xs font-semibold text-slate-600 mb-3 dark:text-slate-400">Patterns</h3>
265+
<ul id="patternList" class="space-y-1"></ul>
266+
</div>
264267

265268
<div id="layersTab" class="hidden p-3">
266269
<h3 class="text-xs font-semibold text-slate-600 mb-3 dark:text-slate-400">Layers</h3>

0 commit comments

Comments
 (0)