1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-29 04:01:24 +00:00
seahub/frontend/src/css/spreadsheet-file-view.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;
}