Improve modal style

This commit is contained in:
Jay Trees 2022-01-17 15:35:36 +01:00
parent 96fa346555
commit e60e82d522

View file

@ -1,4 +1,14 @@
/**
* Footer
*/
.ui.footer { .ui.footer {
position: sticky; position: sticky;
top: 100%; top: 100%;
} }
/**
* Modal
*/
.ui.modal > .actions {
text-align: inherit;
}