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 1e7f45a commit 17fdd65Copy full SHA for 17fdd65
src/components/header.tsx
@@ -151,7 +151,7 @@ const HeaderTop = memo(({
151
style={{ height: 37 }}
152
>
153
<div
154
- className="header__title group"
+ className="header__title"
155
tw="absolute top-0 left-0 bottom-0 z-10 bg-gray-50 text-gray-600 shadow-md flex items-center"
156
157
<button
@@ -165,7 +165,7 @@ const HeaderTop = memo(({
165
<PinIcon />
166
</button>
167
168
- className="group"
+ className=""
169
css={[
170
tw`flex justify-between items-center h-full border-white focus:bg-white hover:bg-white appearance-none flex-1 min-w-0`,
171
['integer', 'number'].includes(cellType) && tw`text-right`,
0 commit comments