mirror of
https://github.com/tim-krehan/shopping-list.git
synced 2024-11-23 22:30:41 +01:00
9 lines
No EOL
120 B
CSS
9 lines
No EOL
120 B
CSS
.toast {
|
|
right: 0;
|
|
left: unset !important;
|
|
pointer-events: none
|
|
}
|
|
|
|
.close_toast {
|
|
pointer-events: all;
|
|
} |