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

Alert Dialog width not proportional on mobile view #30

Open
ridharemix opened this issue Mar 31, 2020 · 2 comments
Open

Alert Dialog width not proportional on mobile view #30

ridharemix opened this issue Mar 31, 2020 · 2 comments

Comments

@ridharemix
Copy link

source code:
<div class="v-dialog-dialog" style="width: 450px; height: 210px; top: 263px;"><div class="v-dialog-content" style=""><div class="v-dialog-header"><h3>Confirmation</h3></div><div class="v-dialog-body" style="height: 168px;"><div class="v-dialog-alert alertConfirm"><div class="v-dialog-alert__content">Do you really want to leave?</div><div class="v-dialog-alert__buttons"><button type="button" class="v-dialog-btn__ok">OK</button><button type="button" class="v-dialog-btn__cancel">Cancel</button></div></div></div></div></div>

localhost_3000_(iPhone 6_7_8 Plus)

can you make it dynamic?

@TerryZ
Copy link
Owner

TerryZ commented Mar 31, 2020

Working on that.

@JISSJOHNSON
Copy link

the mobile responsiveness is not working for modal when we give higher width value
please provide an option to provide the size of width and height in percentage.

      this.$dlg.modal(Edit, {
        width: 800,
        height: 500,
        title: "Edit",
        maxButton: true,
        closeButton: true,
        params: {},
        callback: data => {
          window.location.reload();
        }
      });

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

3 participants