Bugfix: Fix bisq dashboard tables overflow. (#733)
* Fix bisq dashboard tables overflow. * Fix nav-item mobile margin.
This commit is contained in:
@@ -17,19 +17,6 @@
|
||||
z-index: 100;
|
||||
}
|
||||
|
||||
.table-container {
|
||||
overflow: scroll;
|
||||
-ms-overflow-style: none;
|
||||
scrollbar-width: none;
|
||||
font-size: 13px;
|
||||
@media(min-width: 576px){
|
||||
font-size: 16px;
|
||||
}
|
||||
&::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.container-info{
|
||||
overflow-x: scroll;
|
||||
}
|
||||
Reference in New Issue
Block a user