Skip to content

Commit

Permalink
fix: modal iframe height to 100% (openedx#1341)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilee2u authored Apr 2, 2024
1 parent d4e7b41 commit 85b95ad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const stateKeys = StrictDict({
options: 'options',
});

export const DEFAULT_HEIGHT = '100vh';
export const DEFAULT_HEIGHT = '100%';

const useModalIFrameData = () => {
const [isOpen, setIsOpen] = useKeyedState(stateKeys.isOpen, false);
Expand Down

0 comments on commit 85b95ad

Please sign in to comment.