Skip to content

Comments

fix: the read-only button has a lower zindex value#67

Open
knoxnoe wants to merge 2 commits intoDashibase:mainfrom
knoxnoe:fix/style
Open

fix: the read-only button has a lower zindex value#67
knoxnoe wants to merge 2 commits intoDashibase:mainfrom
knoxnoe:fix/style

Conversation

@knoxnoe
Copy link

@knoxnoe knoxnoe commented Sep 23, 2022

Snipaste_2022-09-23_08-37-55

@@ -1,5 +1,5 @@
<template>
<div class="fixed bottom-4 right-4 bg-neutral-800 font-sans text-white px-4 rounded-lg py-2">
<div class="fixed bottom-4 right-4 bg-neutral-800 font-sans text-white px-4 rounded-lg py-2 z-999">
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's use z-[99] here instead? That way we don't need to change the tailwind config file.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And we can revert the changes to the tailwind config file

@greentfrapp
Copy link
Contributor

Hey @yrytiannuo sorry for the late reply! Just took a look at the code and requested some changes (see above!) Thanks for spotting this bug!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants