fix transaction filter collision

This commit is contained in:
Sean Yesmunt 2018-10-09 16:36:11 -04:00
parent 36d3235a5f
commit 334c278e4f
2 changed files with 3 additions and 3 deletions

View file

@ -13,6 +13,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
### Fixed
* Invite table cutoff with large number of invites ([#1985](https://github.com/lbryio/lbry-desktop/pull/1985))
* Fixed Transactions filter menu collides with transaction table ([#2005](https://github.com/lbryio/lbry-desktop/pull/2005))
## [0.25.1] - 2018-09-18

View file

@ -290,9 +290,8 @@
}
.card__actions-top-corner {
position: absolute;
top: $spacing-vertical;
right: $spacing-vertical;
display: flex;
justify-content: flex-end;
}
.card__actions-bottom-corner {