Skip to content

Commit c3d3b50

Browse files
jneviusnairdo
authored andcommitted
- Styling: Fixed Communication Wizard start screen clipping issue of footer actions.
(cherry picked from commit 1ff4c1b)
1 parent 5c87585 commit c3d3b50

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Rock.JavaScript.Obsidian.Blocks/src/Communication/CommunicationEntryWizard/wizardStartStep.partial.obs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,7 @@
269269
grid-template-columns: repeat(auto-fill, minmax(200px, 250px));
270270
grid-template-rows: auto auto auto auto auto;
271271
gap: var(--spacing-large);
272+
padding-left: 2px; /* Adjustment for focus state & border */
272273

273274
}
274275

@@ -347,10 +348,6 @@
347348
flex: 1;
348349
overflow-x: hidden;
349350
overflow-y: auto;
350-
&:has(.mediums-section) {
351-
overflow-x: unset;
352-
overflow-y: unset;
353-
}
354351
}
355352
</style>
356353

0 commit comments

Comments
 (0)