1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-02 15:38:15 +00:00
Files
seahub/frontend/src/css/spreadsheet-file-view.css

14 lines
268 B
CSS
Raw Normal View History

.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;
}