shopping-list/style/helper.css

9 lines
120 B
CSS
Raw Normal View History

2019-05-19 18:37:00 +02:00
.toast {
right: 0;
left: unset !important;
pointer-events: none
}
.close_toast {
pointer-events: all;
}