Skip to content

Commit

Permalink
fix(modal): addressing changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Leotheluck authored and dpellier committed Jan 17, 2024
1 parent 1fd9016 commit 07e2e60
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,6 @@
max-height: 50vh;
overflow-y: auto;

// .slot {
// max-height: 30vh;
// overflow-y: scroll;
// }

.actions {
display: flex;
align-items: center;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ describe('spec:osds-modal', () => {
const config = {
instance: (): OsdsModal => instance,
page: (): SpecPage => page,
root: (): HTMLElement | undefined => page.root,
root: (): SpecPage['root'] => page.root,
wait: (): Promise<void> => page.waitForChanges(),
};

Expand Down

0 comments on commit 07e2e60

Please sign in to comment.