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

TX code line runs off edge of browser window #40

Open
bgorlick opened this issue May 3, 2017 · 1 comment
Open

TX code line runs off edge of browser window #40

bgorlick opened this issue May 3, 2017 · 1 comment

Comments

@bgorlick
Copy link

bgorlick commented May 3, 2017

Due to having no scrolling horizontal bar on this page https://test.elementsproject.org/elements/confidential-transactions/ the TX code runs off the of the edge of the screen in browser (Chrome)

@mikelangley
Copy link

Here is some code that can be added to elements.css to fix this. It'll add scrolling to just the figure elements that run off the screen. I can do a PR but the issue is pretty minor. I just wanted to get involved.

figure.highlight {
  overflow: scroll;
  padding: 0 1em;
  box-shadow: 0 0 1px rgba(34,36,38,.15);
  border-radius: .28571429rem
}

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