1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-04-27 02:51:00 +00:00

fixed windows-ui

This commit is contained in:
zhichaona 2025-04-22 16:28:37 +08:00
parent e11dd9e34c
commit 36af8862b1
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;

View File

@ -6,7 +6,7 @@
padding: 2px 10px;
line-height: 1;
max-height: 150px;
overflow-y: scroll;
overflow-y: auto;
}
.sf-metadata-delete-select-tags .sf-metadata-delete-select-tag {

View File

@ -74,6 +74,7 @@
align-items: flex-start;
position: relative;
overflow: hidden;
overflow-y: auto;
user-select: none;
}