<wa-dialog> popup location; top, centered, bottom #179
HovKlan-DH
started this conversation in
Ideas
Replies: 1 comment 4 replies
-
You can target the dialog's internal wa-dialog::part(dialog) {
margin-block-start: 10vh;
} Example: https://codepen.io/claviska/pen/pvozBbP?editors=0100 |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Would it be possible to have an option to specify the popup location of
<wa-dialog>
, so it would be possible to have it opened a litle closer to the top?Currently it is centered in the middle, but personally I find it more pleasing an natural if it would be anchored a little more to the top - alike Bootstrap.
Now we have this:
![image](https://private-user-images.githubusercontent.com/74433222/411354780-8d8bd7de-9c93-410d-9d80-67ecd91b700d.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2MDU0MjYsIm5iZiI6MTczOTYwNTEyNiwicGF0aCI6Ii83NDQzMzIyMi80MTEzNTQ3ODAtOGQ4YmQ3ZGUtOWM5My00MTBkLTlkODAtNjdlY2Q5MWI3MDBkLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTUlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE1VDA3Mzg0NlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTRjNzBkNWE4ZjE0YjNkNzA2NDA1OTQ5ZTM0YTExZWU4OWIxMmFlYzUyNjdhMzA4YmE0NGI4NDc1ZmZkNjgyNWImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.gppRX206CDg_V8LjT3vQ8b2wgVFG7xp6ZsRhhVnhMgU)
But maybe I would want to located neared the top:
![image](https://private-user-images.githubusercontent.com/74433222/411354804-9edc8c9d-3a66-4812-804c-802d5b83d87c.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2MDU0MjYsIm5iZiI6MTczOTYwNTEyNiwicGF0aCI6Ii83NDQzMzIyMi80MTEzNTQ4MDQtOWVkYzhjOWQtM2E2Ni00ODEyLTgwNGMtODAyZDViODNkODdjLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTUlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE1VDA3Mzg0NlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTBjNmE1ZTkzMGE2NjU2ZGMwNGQ2YmQ2MmY5MDVhNzJhMTYxMTI2NDI3Mjk0YjQ5NWEyZmM4NzQ0YzljYTRiMzcmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.k4tITuWluJOWaxMzqez5UlIZAutJpWx7WpsoMDwxSjg)
Beta Was this translation helpful? Give feedback.
All reactions