169 похожих чатов

<Div class="main-table overflow-y-auto overflow-x-auto h-full" on:scroll={handleScroll} bind:this={mainTable}>


<div class="h-10"></div>

<div class="flex h-full flex-col bg-neutral-900 absolute" style="top:{pinnedColumnTop}px;">
{#each $tracks as track}
<div
class="h-8 bg-neutral-900"
style="width: {iconCellWidth}px"
>
▶️
</div>
{/each}
</div>

{#each $tracks as track}
<div class="flex h-8 relative">
<div class="w-xs h-8" style="width: {iconCellWidth}px" />
{#each $characteristics as characteristic}
{#if !characteristic.hidden}
<div
style="width: {characteristic.columnWith}px; max-width: {characteristic.columnWith}px"
class="truncate text-left content-center px-2"
>
{track[characteristic.key]}
</div>
{/if}
{/each}
</div>
{/each}

<div class="flex h-10 absolute bg-neutral-900 border-r-2 border-neutral-700" style="top:45px;">
<div
class="h-8 bg-neutral-900 fixed"
style="width: {iconCellWidth}px"
/>
<div class="w-xs h-8" style="width: {iconCellWidth}px" />
{#each $characteristics as characteristic}
{#if !characteristic.hidden}
<TableHeaderElement
bind:characteristicModel={characteristic}
bind:sortDirection
bind:sortingKey
/>
{/if}
{/each}
</div>
</div>
Как сделать, чтобы скроллбокс был выше по z, чем элементы с pozition-absolute, но при этом чтобы кликнуть по содержимому сколлимого контейнера все еще было можно?

1 ответов

105 просмотров
Vladimir-Ledenyov Автор вопроса

скроллбар* содержимое с pozition-absolute перекрывает скрооллбар

Похожие вопросы

Обсуждают сегодня

30500 за редактор? )
Владимир
47
Недавно Google Project Zero нашёл багу в SQLite с помощью LLM, о чём достаточно было шумно в определённых интернетах, которые сопровождались рассказами, что скоро всех "ибешни...
Alex Sherbakov
5
Ребят в СИ можно реализовать ООП?
Николай
33
https://github.com/erlang/otp/blob/OTP-27.1/lib/kernel/src/logger_h_common.erl#L174 https://github.com/erlang/otp/blob/OTP-27.1/lib/kernel/src/logger_olp.erl#L76 15 лет назад...
Maksim Lapshin
20
Он в одиночку это дело запилил или была какая-то команда?
Aquinary
12
~ 2m21s  nix shell github:nixos/nixpkgs#stack ~  stack ghc -- --version error: … while calling the 'derivationStrict' builtin at /builtin/derivation.nix:...
Rebuild your mind.
6
Oh sorry did you want it in Gunter's chains?
Martin Rys
15
Всем привет, нужна как никогда, нужна помощь с IO в загрузчике. Пишу в code16 после установки сегментных регистров, пишу вывод символа. Пробовал 2 варианта: # 1 mov $0x0E, %a...
Shadow Akira
14
Подскажите пожалуйста, как в CustomDrawCell(Sender: TcxCustomGridTableView; ACanvas: TcxCanvas; AViewInfo: TcxGridTableDataCellViewInfo; var ADone: Boolean); получить наз...
A Z
7
Всем привет! Имеется функция: function IsValidChar(ch: UTF8Char): Boolean; var i: Integer; ValidChars: AnsiString; begin ValidChars := 'abcdefghijklmnopqrstuvwxyzABCDE...
Евгений
44
Карта сайта