-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HeroQuest Sheet does not display properly #10537
Comments
I am really new to coding in API in Roll20. The background image for the character sheet does not display at all. I thought the above fix would repair it, but I am not able to find the "Input Boxes" to change them to 1. I've changed the z-index to 0 as recommended but without the second part of this I doubt the changes will take effect. Can you help me? |
Good Afternoon, have you tried to also raise the Z-index of the input boxes?
…On Wed, Feb 15, 2023 at 12:33 PM PilgrimQuest ***@***.***> wrote:
Update
With the above coding, the image shows, but there are no fields to enter
data into.
[image: image]
<https://user-images.githubusercontent.com/125503451/219133625-e2c3a3b6-7ee9-451c-b26d-c3f03fe00f43.png>
—
Reply to this email directly, view it on GitHub
<#10537 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AE3HUVDXPM3TIEDNFQJ6GGTWXUVQRANCNFSM5VK2USAA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
--
---------------------------
James O'Neil
US2010066139
|
It should be CSS item, which you can add for them.
…On Wed, Feb 15, 2023 at 2:33 PM PilgrimQuest ***@***.***> wrote:
Very much a newb here. Where do I even find line for the Z-index of the
Input Boxes?
—
Reply to this email directly, view it on GitHub
<#10537 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AE3HUVDRC4ZVIROR36YIW4DWXVDQTANCNFSM5VK2USAA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
--
---------------------------
James O'Neil
US2010066139
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The hero quest sheet does not display properly. This appears to be a CSS issue related to the Z-Index of the background and sheet elements, and by increasing the Z index of the Background div to 0 and the input boxes to 1, the issue should be fixed.
The text was updated successfully, but these errors were encountered: