overflow rotation updated in items

This commit is contained in:
batuhanbas 2020-02-09 18:39:27 +03:00
parent 29782c1a70
commit eae7449f32
7 changed files with 12 additions and 6 deletions

View File

@ -125,6 +125,12 @@ button:focus
overflow-y: scroll !important; overflow-y: scroll !important;
} }
.overflow-x-scroll
{
overflow-x: scroll !important;
}
.g-sidenav-hidden .navbar-vertical.navbar-expand-xs .g-sidenav-hidden .navbar-vertical.navbar-expand-xs
{ {
overflow: hidden !important; overflow: hidden !important;

View File

@ -31,7 +31,7 @@
<div class="col-md-12 mb-4"> <div class="col-md-12 mb-4">
{!! Form::label('items', trans_choice('general.items', 2), ['class' => 'form-control-label']) !!} {!! 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"> <table class="table table-bordered" id="items">
<thead class="thead-light"> <thead class="thead-light">
<tr class="d-flex flex-nowrap"> <tr class="d-flex flex-nowrap">

View File

@ -32,7 +32,7 @@
<div class="col-md-12 mb-4"> <div class="col-md-12 mb-4">
{!! Form::label('items', trans_choice('general.items', 2), ['class' => 'control-label']) !!} {!! 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"> <table class="table table-bordered" id="items">
<thead class="thead-light"> <thead class="thead-light">
<tr class="d-flex flex-nowrap"> <tr class="d-flex flex-nowrap">

View File

@ -317,7 +317,7 @@
@stack('bill_item_start') @stack('bill_item_start')
<div class="row show-table"> <div class="row show-table">
<div class="col-md-12"> <div class="col-md-12">
<div class="table-responsive overflow-y-scroll"> <div class="table-responsive overflow-y-hidden">
<table class="table table-striped"> <table class="table table-striped">
<tbody> <tbody>
<tr class="d-flex flex-nowrap"> <tr class="d-flex flex-nowrap">

View File

@ -31,7 +31,7 @@
<div class="col-md-12 mb-4"> <div class="col-md-12 mb-4">
{!! Form::label('items', trans_choice($text_override['items'], 2), ['class' => 'form-control-label']) !!} {!! 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"> <table class="table table-bordered" id="items">
<thead class="thead-light"> <thead class="thead-light">
<tr class="d-flex flex-nowrap"> <tr class="d-flex flex-nowrap">

View File

@ -32,7 +32,7 @@
<div class="col-md-12 mb-4"> <div class="col-md-12 mb-4">
{!! Form::label('items', trans_choice($text_override['items'], 2), ['class' => 'control-label']) !!} {!! 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"> <table class="table table-bordered" id="items">
<thead class="thead-light"> <thead class="thead-light">
<tr class="d-flex flex-nowrap"> <tr class="d-flex flex-nowrap">

View File

@ -340,7 +340,7 @@
@stack('invoice_item_start') @stack('invoice_item_start')
<div class="row show-table"> <div class="row show-table">
<div class="col-md-12"> <div class="col-md-12">
<div class="table-responsive overflow-y-scroll"> <div class="table-responsive overflow-y-hidden">
<table class="table table-striped"> <table class="table table-striped">
<tbody> <tbody>
<tr class="d-flex flex-nowrap"> <tr class="d-flex flex-nowrap">