removed border radius for fullscreen dialogs
This commit is contained in:
parent
825df9a479
commit
efd5dd0087
@ -95,6 +95,7 @@ dialog::backdrop {
|
||||
min-width: 100%;
|
||||
min-height: 100%;
|
||||
border: none;
|
||||
border-radius: 0;
|
||||
background-color: rgba(0, 0, 0, 0.85);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user