Replace custom z-index rule
This commit is contained in:
parent
03e33bdc37
commit
bf2d01c812
3 changed files with 9 additions and 4 deletions
|
@ -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~)
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
.root .content.theme {
|
||||
.react-select {
|
||||
z-index: 1;
|
||||
.active {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
|
|
@ -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,
|
||||
)}
|
||||
>
|
||||
|
|
Loading…
Reference in a new issue