ghostfolio/apps/client/src/app/pages/accounts/accounts-page.scss
Thomas Kaul bed3e5aae2
Bugfix/fix horizontal overflow in activities table (#676)
* Fix horizontal overflow in tables

* Update changelog
2022-02-06 15:45:39 +01:00

15 lines
167 B
SCSS

:host {
display: block;
.accounts {
overflow-x: auto;
}
.fab-container {
position: fixed;
right: 2rem;
bottom: 2rem;
z-index: 999;
}
}