Jump to content

Expanding the data viewer


gbligh

Recommended Posts

On 29/05/2022 at 20:15, gbligh said:

We have a form that has a 3 column layout question. Teachers will be editing the form, so when it's opened in the data viewer pop up, it would be good if it was full screen - or just bigger than it is now. Is this possible?

@Graham Quince @pconkie

Something i mentioned ages ago....  cant remember what the response was but clearly it wasn't the one i was after!! ?

Link to comment
Share on other sites

You might want to add modal-body to make it longer....

<style>
  .modal {
    width: 60% !important;
    left: 35% !important;
  }
  .modal-body {
    max-height: 800px !important;
    }
</style>  

 

  • Like 2
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...