Issue #3191527 by mherchel, kvantstudio, idebr, bnjmnm, Abhijith S, Gauravmahlawat, codewithlakshay, hmendes: Dialog width and positioning issues in Claro
parent
9827f1ef53
commit
703f46daa9
|
@ -11,6 +11,9 @@
|
|||
*/
|
||||
|
||||
.ui-dialog {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
padding: 0;
|
||||
border: 0;
|
||||
border-radius: 0.25rem;
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue