Skip to content

Commit fc19121

Browse files
committed
fix[TodoList]: fixed css bug with z-index #535
1 parent de06619 commit fc19121

File tree

1 file changed

+3
-1
lines changed
  • src/views/dashboard/admin/components/TodoList

1 file changed

+3
-1
lines changed

src/views/dashboard/admin/components/TodoList/index.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@
231231
right: 0;
232232
bottom: 0;
233233
left: 0;
234-
height: 50px;
234+
height: 40px;
235235
overflow: hidden;
236236
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 8px 0 -3px #f6f6f6, 0 9px 1px -3px rgba(0, 0, 0, 0.2), 0 16px 0 -6px #f6f6f6, 0 17px 2px -6px rgba(0, 0, 0, 0.2);
237237
}
@@ -245,6 +245,8 @@
245245
.filters {
246246
margin: 0;
247247
padding: 0;
248+
position: relative;
249+
z-index: 1;
248250
list-style: none;
249251
}
250252
.filters li {

0 commit comments

Comments
 (0)