Skip to content

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

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

knoxnoe wants to merge 2 commits into
Dashibase:mainfrom
knoxnoe:fix/style

Conversation

@knoxnoe

@knoxnoe knoxnoe commented Sep 23, 2022

Copy link
Copy Markdown

Snipaste_2022-09-23_08-37-55

Comment thread src/components/Main.vue Outdated
@@ -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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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