Skip to content

Commit

Permalink
Reference variable
Browse files Browse the repository at this point in the history
  • Loading branch information
bhollis committed Feb 17, 2025
1 parent d444c45 commit be10156
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/app/organizer/Columns.m.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
@use '../variables' as *;

$header-cells: 7;
@use './ItemTable.m.scss' as table;

.noWrap {
white-space: nowrap;
Expand Down Expand Up @@ -44,7 +43,7 @@ $header-cells: 7;
left: calc(30px + env(safe-area-inset-left));
position: sticky;
top: calc(var(--header-height) + var(--table-header-height) + var(--item-table-toolbar-height));
z-index: $header-cells;
z-index: table.$header-cells;
> :global(.item) {
--item-size: var(--icon-item-size) !important;
height: var(--item-size);
Expand Down
9 changes: 9 additions & 0 deletions src/app/organizer/Columns.m.scss.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit be10156

Please sign in to comment.