Fix position cards, breakeven badge, and tablet equal-height layout.
Stop clipping pos cards and match trailing-BE stop detection for the badge. On tablet, align order and live-trading panels to equal height with internal scroll; keep desktop positions scrollable after three cards. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
+1
-1
@@ -166,7 +166,7 @@ table tbody tr:hover{background:var(--row-hover)}
|
||||
}
|
||||
|
||||
.pos-card{
|
||||
position:relative;overflow:hidden;
|
||||
position:relative;overflow:visible;
|
||||
transition:border-color .2s,box-shadow .2s;
|
||||
}
|
||||
.pos-card::before{
|
||||
|
||||
Reference in New Issue
Block a user