We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug
The PDF Viewer search bar is not fully visible on small screens, especially if the PDF zoom is less than 100%.
Reported in ticket 1647069
Workaround:
@media screen and (max-width:530px) { .k-pdf-viewer .k-search-panel { left: 0; transform: none; width: auto; flex-wrap: wrap; justify-content: space-around; /* or center */ } }
To reproduce
Expected behavior
The search bar should be fully visible and the items inside should wrap is necessary.
Screenshots
Affected package (please remove the unneeded items)
Affected suites (please remove the unneeded items)
Affected browsers (please remove the unneeded items)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
The PDF Viewer search bar is not fully visible on small screens, especially if the PDF zoom is less than 100%.
Reported in ticket 1647069
Workaround:
To reproduce
Expected behavior
The search bar should be fully visible and the items inside should wrap is necessary.
Screenshots
Affected package (please remove the unneeded items)
Affected suites (please remove the unneeded items)
Affected browsers (please remove the unneeded items)
The text was updated successfully, but these errors were encountered: