mirror of
https://github.com/commercialhaskell/stackage-server.git
synced 2026-01-12 04:08:29 +01:00
Remove scrolling height due to ipads (#59)
This commit is contained in:
parent
a980c31371
commit
dc773eef0a
@ -52,18 +52,11 @@ h3 {
|
||||
margin-top: 0.5em;
|
||||
padding-top: 0.5em;
|
||||
}
|
||||
.docs-list {
|
||||
padding-right: 2em;
|
||||
display: inline-block;
|
||||
}
|
||||
.docs {
|
||||
margin-top: 0.5em;
|
||||
border-top: 1px solid #ddd;
|
||||
padding-top: 0.5em;
|
||||
ul {
|
||||
-webkit-overflow-scrolling: touch;
|
||||
max-height: 20ex;
|
||||
overflow: auto;
|
||||
list-style-type: none;
|
||||
margin-left: 0;
|
||||
padding-left: 0;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user