Fix modal scrolling when added more todo

This commit is contained in:
Supan Adit Pratama 2020-06-30 17:02:05 +07:00
parent f0645ce412
commit 99fd2c3169

View File

@ -21,6 +21,12 @@
folder instead of downloading all of them to reduce the load. -->
<link rel="stylesheet" href="{{asset('dist/css/skins/_all-skins.min.css')}}">
<style type="text/css">
.modal {
overflow: auto !important;
}
</style>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>