mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-02 15:38:15 +00:00
14 lines
268 B
CSS
14 lines
268 B
CSS
![]() |
.spreadsheet-file-view {
|
||
|
overflow: auto;
|
||
|
}
|
||
|
#spreadsheet-container {
|
||
|
display: block;
|
||
|
width: calc(100% - 40px);
|
||
|
max-width: 950px;
|
||
|
min-height: 100%;
|
||
|
margin: 0 auto;
|
||
|
background: #fff;
|
||
|
border: 1px solid #ccc;
|
||
|
box-shadow: 0 0 6px #ccc;
|
||
|
}
|