gdisanastronaut adlı üyeden alıntı: mesajı görüntüle
html{overflow-x:hidden;background:white;} dener misiniz
            <div class="content mt-3">
                <div class="animated fadeIn">
                    <div class="row">
                        <div class="col-md-12">
                            <div class="card">
                                <div class="card-header">
                                    <strong class="card-title"><b><i class="fa-solid fa-file-invoice-dollar"></i> Faturaları
                                            Görüntüle</b></strong>
                                </div>
                                <div class="card-body">
                                    <table id="invoince_table" class="table table-striped table-bordered display nowrap">
                                        <thead>
                                            <tr>
                                                <th>ID</th>
                                                <th>ipadresi</th>
                                                <th>saglayici_adi</th>
                                                <th>saglayici_id</th>
                                                <th>merchant_oid</th>
                                                <th>account_id</th>
                                                <th>username</th>
                                                <th>adi</th>
                                                <th>soyadi</th>
                                                <th>telefon</th>
                                                <th>mail</th>
                                                <th>amount (TL)</th>
                                                <th>tarih</th>
                                                <th>durum</th>
                                                <th>odeme_yontemi</th>
                                                <th></th>
                                            </tr>
                                        </thead>
                                        <tbody></tbody>
                                    </table>
                                </div>
                            </div>
                        </div>

                    </div>
                </div><!-- .animated -->
            </div><!-- .content -->
Burada nereye yazayım hocam yapı bu