mirror of
https://github.com/haiwen/seahub.git
synced 2025-04-27 11:01:14 +00:00
fixed windows-ui
This commit is contained in:
parent
e11dd9e34c
commit
36af8862b1
@ -27,6 +27,7 @@
|
|||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.notification-container .notification-header .seahub-modal-btn {
|
.notification-container .notification-header .seahub-modal-btn {
|
||||||
|
@ -38,6 +38,11 @@
|
|||||||
z-index: 1;
|
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 {
|
.sf-table-result-container.record-draggable .sf-table-row:hover .drag-handler {
|
||||||
background-image: url(../../../../../../../media/img/grippy_large.png);
|
background-image: url(../../../../../../../media/img/grippy_large.png);
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
padding: 2px 10px;
|
padding: 2px 10px;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
max-height: 150px;
|
max-height: 150px;
|
||||||
overflow-y: scroll;
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sf-metadata-delete-select-tags .sf-metadata-delete-select-tag {
|
.sf-metadata-delete-select-tags .sf-metadata-delete-select-tag {
|
||||||
|
@ -74,6 +74,7 @@
|
|||||||
align-items: flex-start;
|
align-items: flex-start;
|
||||||
position: relative;
|
position: relative;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
overflow-y: auto;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user