We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fde409 commit d6175f9Copy full SHA for d6175f9
apps/user_status/src/components/SetStatusModal.vue
@@ -237,11 +237,28 @@ export default {
237
</script>
238
239
<style lang="scss" scoped>
240
+// TODO: can be removed once migrated to @nextcloud-vue >= 5.0
241
+::v-deep {
242
+ .modal-wrapper {
243
+ .prev, .next {
244
+ display: none !important;
245
+ }
246
+
247
+ .modal-container {
248
+ max-height: 100% !important;
249
250
251
252
+ .modal-header .modal-title {
253
+ display: none;
254
255
+}
256
257
.set-status-modal {
258
min-height: 200px;
259
padding: 8px 20px 20px 20px;
260
// Enable scrollbar for too long content, same way as in Dashboard customize
- max-height: 70vh;
261
+ max-height: 95vh;
262
overflow: auto;
263
264
&__header {
0 commit comments