We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b021066 commit d77dd09Copy full SHA for d77dd09
src/components/HistoryModal.tsx
@@ -55,7 +55,7 @@ const HistoryModal = () => {
55
};
56
57
return (
58
- <dialog id="history_modal" className="modal">
+ <dialog id="history_modal" className="modal backdrop-blur-sm">
59
<div className="modal-box">
60
<label
61
className="flex items-center input input-sm input-bordered w-full mb-4"
@@ -73,7 +73,7 @@ const HistoryModal = () => {
73
</label>
74
<div className="h-72 overflow-y-scroll">
75
<table className="table table-xs table-pin-rows">
76
- <thead>
+ <thead className="cursor-default">
77
<tr>
78
<th>Domain</th>
79
<th className="text-end">Searched on</th>
0 commit comments