mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
MDL-33841 Min-height set to remove unnecessary scrollbar on tree and list view
This commit is contained in:
parent
904673dd20
commit
2ab9a06c7f
1 changed files with 1 additions and 1 deletions
|
@ -290,7 +290,7 @@ a.ygtvspacer:hover {color: transparent;text-decoration: none;}
|
|||
/*.filemanager-container ul{margin:0;padding:0;}
|
||||
.filemanager-container ul li{white-space:nowrap;list-style-type:none;}
|
||||
.filemanager-container ul li a{padding:0}*/
|
||||
.filemanager .fp-content{overflow: auto;max-height: 472px;}
|
||||
.filemanager .fp-content{overflow: auto;max-height: 472px;min-height: 157px;}
|
||||
.filemanager-container, .filepicker-filelist {overflow:hidden;}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue