mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-24 01:16:15 -04:00
Disable search until registry is loaded and fix sorting by version
... and always display a scrollbar.
This commit is contained in:
parent
f75a839cd0
commit
2393dcd652
3 changed files with 4 additions and 3 deletions
|
@ -43,7 +43,7 @@ div.innerwrapper {
|
|||
box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
|
||||
margin: auto;
|
||||
max-width: 1150px;
|
||||
min-height: 100%;
|
||||
min-height: 101%;/*always display a scrollbar*/
|
||||
}
|
||||
|
||||
h1 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue