Merge pull request #1243 from batuhawk/master

Overflow rotation updated in items
This commit is contained in:
Batuhan Baş 2020-02-09 18:40:09 +03:00 committed by GitHub
commit 2a9dd4eb13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 12 additions and 6 deletions

View File

@ -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;

View File

@ -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">

View File

@ -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">

View File

@ -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">

View File

@ -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">

View File

@ -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">

View File

@ -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">