Setted row to be relative to fix popover position on #818

stable
Xavier Julián 2014-08-29 14:17:17 +02:00
parent 5e3f91d024
commit 5ac4769415
1 changed files with 2 additions and 1 deletions

View File

@ -60,6 +60,7 @@
.created-field {
@include table-flex-child(1, 100px, 0, 150px);
padding: 0 1rem;
position: relative;
text-align: left;
}
.assigned-field {
@ -89,7 +90,7 @@
}
}
.pop-status {
@include popover(200px, 0, 65%, '', '');
@include popover(200px, 20px, 0, '', '');
&.fix {
bottom: 0;
top: auto;