Skip to content

Commit

Permalink
Merge pull request #209 from Infosys/injiweb-1149
Browse files Browse the repository at this point in the history
[INJIWEB-1149]: Fix Borders for Share Visibility in Tablet Mode
  • Loading branch information
vijay151096 authored Dec 2, 2024
2 parents b5284f9 + c42b4c2 commit 90949f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inji-web/src/modals/ModalWrapper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export const ModalWrapper:React.FC<ModalWrapperProps> = (props) => {

return <>
<div data-testid={"ModalWrapper-Outer-Container"} className={`justify-center items-center flex overflow-x-hidden overflow-y-auto fixed inset-0 ${props.zIndex == 50 ? 'z-50': 'z-40'} outline-none focus:outline-none`}>
<div className={`relative w-auto my-6 mx-auto ${props.size === '3xl' ? 'max-w-3xl' : 'max-w-sm'}`}>
<div className={`relative w-auto my-6 mx-auto sm:mx-5 ${props.size === '3xl' ? 'max-w-3xl' : 'max-w-sm'}`}>
<div data-testid={"ModalWrapper-Inner-Container"} className="border-0 rounded-lg shadow-lg relative flex flex-col w-full bg-iw-background outline-none focus:outline-none">
{props.header}
{props.content}
Expand Down

0 comments on commit 90949f9

Please sign in to comment.