Ecco uno snippet CSS che potresti usare per nascondere il pulsante Modifica tabella su mobile:
.mobile-view .fullscreen-table-wrapper:hover .fullscreen-table-wrapper__buttons .btn-edit-table {
display: none;
opacity:0;
}
Ecco uno snippet CSS che potresti usare per nascondere il pulsante Modifica tabella su mobile:
.mobile-view .fullscreen-table-wrapper:hover .fullscreen-table-wrapper__buttons .btn-edit-table {
display: none;
opacity:0;
}