Issue #3191527 by mherchel, kvantstudio, idebr, bnjmnm, Abhijith S, Gauravmahlawat, codewithlakshay, hmendes: Dialog width and positioning issues in Claro

merge-requests/1541/merge
Lauri Eskola 2022-01-25 11:11:50 +02:00
parent 9827f1ef53
commit 703f46daa9
No known key found for this signature in database
GPG Key ID: 382FC0F5B0DF53F8
2 changed files with 6 additions and 0 deletions

View File

@ -11,6 +11,9 @@
*/
.ui-dialog {
position: absolute;
top: 0;
left: 0;
padding: 0;
border: 0;
border-radius: 0.25rem;

View File

@ -6,6 +6,9 @@
@import "../base/variables.pcss.css";
.ui-dialog {
position: absolute;
top: 0;
left: 0;
padding: 0;
border: 0;
border-radius: var(--jui-dialog-border-radius);