1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-18 00:00:00 +00:00

Merge pull request #7759 from haiwen/windows-ui

fixed windows-ui
This commit is contained in:
Michael An
2025-04-23 11:58:09 +08:00
committed by GitHub
4 changed files with 8 additions and 1 deletions

View File

@@ -27,6 +27,7 @@
font-size: 16px;
font-weight: 600;
position: relative;
overflow: hidden;
}
.notification-container .notification-header .seahub-modal-btn {

View File

@@ -38,6 +38,11 @@
z-index: 1;
}
.sf-table-result-container.windows-browser::-webkit-scrollbar,
.sf-table-canvas::-webkit-scrollbar {
display: none;
}
.sf-table-result-container.record-draggable .sf-table-row:hover .drag-handler {
background-image: url(../../../../../../../media/img/grippy_large.png);
background-repeat: no-repeat;