Skip to content

Commit d77dd09

Browse files
committed
fix: updated the background when history modal is open
1 parent b021066 commit d77dd09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/HistoryModal.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ const HistoryModal = () => {
5555
};
5656

5757
return (
58-
<dialog id="history_modal" className="modal">
58+
<dialog id="history_modal" className="modal backdrop-blur-sm">
5959
<div className="modal-box">
6060
<label
6161
className="flex items-center input input-sm input-bordered w-full mb-4"
@@ -73,7 +73,7 @@ const HistoryModal = () => {
7373
</label>
7474
<div className="h-72 overflow-y-scroll">
7575
<table className="table table-xs table-pin-rows">
76-
<thead>
76+
<thead className="cursor-default">
7777
<tr>
7878
<th>Domain</th>
7979
<th className="text-end">Searched on</th>

0 commit comments

Comments
 (0)