overflow rotation updated in items
This commit is contained in:
parent
29782c1a70
commit
eae7449f32
6
public/css/custom.css
vendored
6
public/css/custom.css
vendored
@ -125,6 +125,12 @@ button:focus
|
||||
overflow-y: scroll !important;
|
||||
}
|
||||
|
||||
.overflow-x-scroll
|
||||
{
|
||||
overflow-x: scroll !important;
|
||||
}
|
||||
|
||||
|
||||
.g-sidenav-hidden .navbar-vertical.navbar-expand-xs
|
||||
{
|
||||
overflow: hidden !important;
|
||||
|
@ -31,7 +31,7 @@
|
||||
|
||||
<div class="col-md-12 mb-4">
|
||||
{!! Form::label('items', trans_choice('general.items', 2), ['class' => 'form-control-label']) !!}
|
||||
<div class="table-responsive overflow-y-scroll overflow-x-hidden">
|
||||
<div class="table-responsive overflow-x-scroll overflow-y-hidden ">
|
||||
<table class="table table-bordered" id="items">
|
||||
<thead class="thead-light">
|
||||
<tr class="d-flex flex-nowrap">
|
||||
|
@ -32,7 +32,7 @@
|
||||
|
||||
<div class="col-md-12 mb-4">
|
||||
{!! Form::label('items', trans_choice('general.items', 2), ['class' => 'control-label']) !!}
|
||||
<div class="table-responsive overflow-y-scroll overflow-x-hidden">
|
||||
<div class="table-responsive overflow-x-scroll overflow-y-hidden">
|
||||
<table class="table table-bordered" id="items">
|
||||
<thead class="thead-light">
|
||||
<tr class="d-flex flex-nowrap">
|
||||
|
@ -317,7 +317,7 @@
|
||||
@stack('bill_item_start')
|
||||
<div class="row show-table">
|
||||
<div class="col-md-12">
|
||||
<div class="table-responsive overflow-y-scroll">
|
||||
<div class="table-responsive overflow-y-hidden">
|
||||
<table class="table table-striped">
|
||||
<tbody>
|
||||
<tr class="d-flex flex-nowrap">
|
||||
|
@ -31,7 +31,7 @@
|
||||
|
||||
<div class="col-md-12 mb-4">
|
||||
{!! Form::label('items', trans_choice($text_override['items'], 2), ['class' => 'form-control-label']) !!}
|
||||
<div class="table-responsive overflow-y-scroll overflow-x-hidden">
|
||||
<div class="table-responsive overflow-x-scroll overflow-y-hidden">
|
||||
<table class="table table-bordered" id="items">
|
||||
<thead class="thead-light">
|
||||
<tr class="d-flex flex-nowrap">
|
||||
|
@ -32,7 +32,7 @@
|
||||
|
||||
<div class="col-md-12 mb-4">
|
||||
{!! Form::label('items', trans_choice($text_override['items'], 2), ['class' => 'control-label']) !!}
|
||||
<div class="table-responsive overflow-y-scroll overflow-x-hidden">
|
||||
<div class="table-responsive overflow-x-scroll overflow-y-hidden">
|
||||
<table class="table table-bordered" id="items">
|
||||
<thead class="thead-light">
|
||||
<tr class="d-flex flex-nowrap">
|
||||
|
@ -340,7 +340,7 @@
|
||||
@stack('invoice_item_start')
|
||||
<div class="row show-table">
|
||||
<div class="col-md-12">
|
||||
<div class="table-responsive overflow-y-scroll">
|
||||
<div class="table-responsive overflow-y-hidden">
|
||||
<table class="table table-striped">
|
||||
<tbody>
|
||||
<tr class="d-flex flex-nowrap">
|
||||
|
Loading…
x
Reference in New Issue
Block a user