- small CSS fixes for directory block

This commit is contained in:
ashubawork
2025-04-08 13:55:32 +03:00
parent 1d4d3fa850
commit 4dc4b7497c
3 changed files with 6 additions and 2 deletions
+2 -1
View File
@@ -582,6 +582,7 @@ body #content .um-directory a:hover, body #content .um-directory a:focus {
background-color: #eee;
box-sizing: border-box;
position: relative;
min-height: 50px;
}
.um-directory .um-members-wrapper .um-members.um-members-grid .um-member .um-member-cover[data-ratio] {
overflow-y: hidden;
@@ -1248,4 +1249,4 @@ body #content .um-directory a:hover, body #content .um-directory a:focus {
.select2-container .select2-results li.select2-results__option[aria-disabled=true] {
display: none;
}
}