Skip to content

Commit

Permalink
Remove unused style class
Browse files Browse the repository at this point in the history
  • Loading branch information
gzimbron committed Feb 17, 2024
1 parent bf8bdf6 commit b82b2a8
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions packages/svelte-datagrid/src/lib/components/Datagrid.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -380,15 +380,6 @@
</div>

<style lang="postcss">
.resizingbar {
position: absolute;
top: 0;
width: 2px;
height: 100%;
background-color: var(--header-border-color, #666);
transform: translate(-50%, 0);
z-index: 3;
}
.resizing * {
user-select: none;
}
Expand Down

0 comments on commit b82b2a8

Please sign in to comment.