Skip to content

Commit

Permalink
Fix jitter when resizing explorer sidebar on Matrix vis
Browse files Browse the repository at this point in the history
  • Loading branch information
axelboc committed Sep 16, 2024
1 parent 3fe01a9 commit 3fe577c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
.label {
color: var(--h5w-toolbar-label--color, royalblue);
margin: 0 0.25rem;
white-space: nowrap;
}

.input {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
--h5w-selector-label--color,
var(--h5w-toolbar-label--color, royalblue)
);
white-space: nowrap;
}

.groups {
Expand Down
1 change: 1 addition & 0 deletions packages/lib/src/vis/matrix/MatrixVis.module.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.wrapper {
flex: 1; /* fill height if inside flex container in consumer app */
position: relative;
overflow: hidden; /* when resizing */
}

.grid {
Expand Down

0 comments on commit 3fe577c

Please sign in to comment.