Skip to content

Commit

Permalink
fix(stark-ui): app-data, set top postion of the detail pane to 100%
Browse files Browse the repository at this point in the history
to avoid an overlaps of the 'summary' pane

ISSUES CLOSED: #1341
  • Loading branch information
nicanac committed Aug 14, 2019
1 parent 532259a commit abc8962
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

& .stark-app-data-detail {
position: absolute;
top: 55px;
top: 100%;
width: 250px;
right: 0;
left: 0;
Expand Down

0 comments on commit abc8962

Please sign in to comment.