mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-21 22:33:13 +08:00
Add navigator horizontal scrollbar [SCI-8538]
This commit is contained in:
parent
6c43cb6dad
commit
61a6d8326c
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
<template>
|
<template>
|
||||||
<div class="text-sn-blue max-w-[196px] flex justify-center flex-col"
|
<div class="text-sn-blue min-w-[170px] w-full flex justify-center flex-col"
|
||||||
:class="{ 'pl-6': !firstLevel }"
|
:class="{ 'pl-6': !firstLevel }"
|
||||||
:navigator-item-id="item.id"
|
:navigator-item-id="item.id"
|
||||||
>
|
>
|
||||||
|
|
Loading…
Reference in a new issue