Skip to content

Commit

Permalink
feat : 사이드 패널 요약본 창 full 로
Browse files Browse the repository at this point in the history
  • Loading branch information
Shin-Sujin committed Jan 30, 2024
1 parent 5e00781 commit a42aacf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/pages/sidepanel/SidePanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const Modal = ({ isOpen, onClose, message }) => {
<div className="modal-backdrop">
<div className="modal-content">
<p>{message}</p>
<button onClick={onClose}>닫기</button>
<button onClick={onClose}>확인</button>
</div>
</div>
);
Expand Down Expand Up @@ -370,7 +370,7 @@ const SidePanel = () => {
alt="transparencylogo"
className="fixed top-1/2 left-1/2 transform -translate-x-1/2 -translate-y-1/2 mt-4 w-80 h-80 opacity-50"
/>
<div className="overflow-y-auto max-h-96">
<div className="overflow-y-auto max-h-full">
<p className="text-sm summaryText z-10">{formatSummary(summary)}</p>
</div>
{/* <div>
Expand Down

0 comments on commit a42aacf

Please sign in to comment.