Unverified Commit 2c2c98e0 authored by Serge S. Koval's avatar Serge S. Koval Committed by GitHub

Merge pull request #1571 from jxltom/x-editable-completely

Fixed x-editable does not show completely in bootstrap's responsive table
parents 84343548 95547798
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
/* List View - fix gap between actions and table */ /* List View - fix gap between actions and table */
.model-list { .model-list {
position: relative; position: static;
margin-top: -1px; margin-top: -1px;
z-index: 999; z-index: 999;
} }
......
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
/* List View - fix overlapping border between actions and table */ /* List View - fix overlapping border between actions and table */
.model-list { .model-list {
position: relative; position: static;
margin-top: -1px; margin-top: -1px;
z-index: 999; z-index: 999;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment