screen sharing

This commit is contained in:
2025-12-27 01:48:49 +06:00
parent 47a464f08f
commit 169d43f0db
12 changed files with 291 additions and 119 deletions

View File

@@ -27,4 +27,21 @@ body {
.p-scrollpanel-bar-y {
translate: -0.25rem;
}
.p-select-overlay {
/* Force dropdown width to match computed min-width from PrimeVue internals. */
width: 0;
}
.p-select-label {
width: 0;
overflow: hidden;
text-overflow: ellipsis;
}
.p-select-option-label {
min-width: 0;
overflow: hidden;
text-overflow: ellipsis;
}