Код: Выделить всё
dialog,
div {
position: fixed;
right: 0;
margin: 0;
}
dialog {
/*margin-left: auto;*/
}Код: Выделить всё
dialog
divПодробнее здесь: https://stackoverflow.com/questions/786 ... t-property
Код: Выделить всё
dialog,
div {
position: fixed;
right: 0;
margin: 0;
}
dialog {
/*margin-left: auto;*/
}Код: Выделить всё
dialog
div