Base solution for your next web application
Open Closed

Scrollable Permissions Tree #1820


User avatar
0
gconey created

Hi,

If you have more than a few permissions then the permissions tree becomes huge and ungainly. To solve this can I suggest the following change to the app.css file to make the tree scrollable:

/* Make permissions tree scrollable */ .permission-tree { height:650px; overflow:auto; }

Is adding this to app.css the right place to do this? Do I also need to put this in app.less and/or app.min.css ?

Regards, George


3 Answer(s)
  • User Avatar
    0
    hikalkan created
    Support Team

    Hi,

    You should add it to the .less file (css and min.css are automatically generated files and you should not directly modify them).

  • User Avatar
    0
    gconey created

    Hi,

    Thanks a lot. I've already edited the app.css file. Now I've also put my changes in the app.less file. What do I do to regenerate the app.css file from the app.less file?

    Regards, George

  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    You can use this extension for Visual Studio <a class="postlink" href="https://visualstudiogallery.msdn.microsoft.com/3b329021-cd7a-4a01-86fc-714c2d05bb6c">https://visualstudiogallery.msdn.micros ... 4c2d05bb6c</a>.

    This page also explains how to generate .css files from .less files.