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

Не корректная высота после выхода из полноэкранного режима #308

Open
2 tasks done
Arterixs opened this issue May 28, 2024 · 0 comments
Assignees
Labels
1.x bug Something isn't working pending triage

Comments

@Arterixs
Copy link

Версия библиотеки

1.1.0

Как воспроизвести

Пример проблемы и воспроизведение можно найти в документации: https://vue-yandex-maps.github.io/new-docs/examples/map-create.html. Открыть полноэкранный режим и выйти из него.

image

Опишите проблему

При использовании FullScreenControl карта изначально корректно открывается во весь экран. Однако, когда снова нажимается FullScreenControl для выхода из полноэкранного режима, карта сохраняет высоту всего экрана.

Дополнительная информация

Скорее всего проблема в установленном инлайн стиле элемента div c id yandexMap.... (родитель section с классом yandex-container) min-height: 100%. Если его исправить на height: 100% проблема уходит.

Ответы на вопросы

  • Я использую версию 1.x
  • Я поискал похожие ошибки и не нашел таковых
@Arterixs Arterixs added 1.x bug Something isn't working pending triage labels May 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1.x bug Something isn't working pending triage
Projects
None yet
Development

No branches or pull requests

2 participants