Skip to content
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

Stack button content is broken #6

Open
antonkomarev opened this issue Oct 3, 2018 · 1 comment
Open

Stack button content is broken #6

antonkomarev opened this issue Oct 3, 2018 · 1 comment

Comments

@antonkomarev
Copy link

When you are trying to click on Stack button - there is modal window popping up and it doesn't has background, so it's unreadable.

@ArmeniaH
Copy link

The problem is coming from a CSS rule which is not supported on Firefox (I think you use firefox like me :))

In file resources/js/components/Show/Logs.vue there is a code
<div style="width: 950px;height:600px;overflow: overlay;">

And the problem is overflow:overlay, it should be changed to overflow:auto

Behaves the same as auto, but with the scrollbars drawn on top of content instead of taking up space. Only supported in WebKit-based (e.g., Safari) and Blink-based (e.g., Chrome or Opera) browsers.

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

No branches or pull requests

2 participants