diff --git a/public/css/custom.css b/public/css/custom.css index 9dc5ca04f..c4d5dc6b8 100644 --- a/public/css/custom.css +++ b/public/css/custom.css @@ -115,6 +115,11 @@ button:focus overflow-y: hidden !important; } +.overflow-y-scroll +{ + overflow-y: scroll !important; +} + .g-sidenav-hidden .navbar-vertical.navbar-expand-xs { overflow: hidden !important; diff --git a/resources/views/modules/item/show.blade.php b/resources/views/modules/item/show.blade.php index 20eea5ffb..46df3a410 100644 --- a/resources/views/modules/item/show.blade.php +++ b/resources/views/modules/item/show.blade.php @@ -122,7 +122,7 @@
{{ trans('general.actions') }} | @stack('actions_th_end') diff --git a/resources/views/purchases/bills/edit.blade.php b/resources/views/purchases/bills/edit.blade.php index 1cf06c1e2..c7af76623 100644 --- a/resources/views/purchases/bills/edit.blade.php +++ b/resources/views/purchases/bills/edit.blade.php @@ -32,10 +32,10 @@
---|
{{ trans('general.actions') }} | @stack('actions_th_end') diff --git a/resources/views/purchases/bills/item.blade.php b/resources/views/purchases/bills/item.blade.php index a518e037e..afdc6e3a1 100644 --- a/resources/views/purchases/bills/item.blade.php +++ b/resources/views/purchases/bills/item.blade.php @@ -1,4 +1,4 @@ -|||
---|---|---|---|
diff --git a/resources/views/sales/invoices/create.blade.php b/resources/views/sales/invoices/create.blade.php
index 1ef6019f6..fdeb25f24 100644
--- a/resources/views/sales/invoices/create.blade.php
+++ b/resources/views/sales/invoices/create.blade.php
@@ -31,10 +31,10 @@
{!! Form::label('items', trans_choice($text_override['items'], 2), ['class' => 'form-control-label']) !!}
-
+
|