mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-08 14:33:22 +00:00
fix for scrollbar on demand
This commit is contained in:
@@ -364,7 +364,7 @@ export default class ShipyardPage extends Page {
|
||||
{shipRows}
|
||||
</tbody>
|
||||
</table>
|
||||
<div style={{ overflowX: 'scroll', maxWidth: '100%' }}>
|
||||
<div style={{ overflowX: 'auto', maxWidth: '100%' }}>
|
||||
<table style={{ marginLeft: 'calc(12em - 1px)', zIndex: 0 }} className="shipyard-table">
|
||||
<thead>
|
||||
<tr className="main">
|
||||
|
||||
@@ -81,6 +81,7 @@ table.shipyard-table{
|
||||
.content-wrapper{
|
||||
display: inline-block;
|
||||
margin: 0 auto;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.table-tools{
|
||||
|
||||
Reference in New Issue
Block a user