Вопрос

I want to make the 'Drop Here' area as big as possible. I'm assuming that the size of the 'Drop Here' area corresponds with the size of the LVWP. Is there a way to increase it? Picture included below. Thanks in advance

enter image description here

Это было полезно?

Решение

Add Script Editor on your page that has your Document Library

enter image description here

Add this CSS style

<style>
#ms-dnd-dropbox
{

height: 500px ! important;


}
</style>

Increase the height based on your requirements

[OutPut]

enter image description here

Лицензировано под: CC-BY-SA с атрибуция
Не связан с sharepoint.stackexchange
scroll top