Replace custom z-index rule

This commit is contained in:
0x1eef 2024-09-17 23:24:04 -03:00
parent 03e33bdc37
commit bf2d01c812
3 changed files with 9 additions and 4 deletions

View file

@ -2,9 +2,15 @@
** vNEXT
**** Replace custom z-index rule
Replace custom z-index rule with the CSS class ~.z-10~
**** Update tail.css
The vendored copy of ~tail.css~ has been updated
**** Add ~rake format:apply~
This new rake task tries to auto-correct typescript and ruby lint
errors
This new rake task tries to auto-correct typescript and
ruby lint errors
**** Apply larger font size in ~Head.tsx~
The text "The Noble Quran" has a larger size (~.text-2xl~)

View file

@ -1,6 +1,5 @@
.root .content.theme {
.react-select {
z-index: 1;
.active {
cursor: pointer;
}

View file

@ -26,7 +26,7 @@ function Select({ value, children: options, className }: Props) {
return (
<div
className={classNames(
"react-select flex flex-col h-full relative",
"react-select flex flex-col h-full relative z-10",
className,
)}
>