mirror of
https://github.com/supanadit/todo.git
synced 2024-11-10 01:42:20 +00:00
Fix modal scrolling when added more todo
This commit is contained in:
parent
f0645ce412
commit
99fd2c3169
@ -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]>
|
||||
|
Loading…
Reference in New Issue
Block a user