3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-31 13:15:02 +00:00

Make docs more mobile friendly

This commit is contained in:
Dragory 2020-12-13 22:11:04 +02:00
parent 7700afda2b
commit 864b57aac1
No known key found for this signature in database
GPG key ID: 5F387BA66DF8AAC1
7 changed files with 62 additions and 20 deletions

View file

@ -9,6 +9,12 @@
@import "docs.pcss";
/* Reset some icon default styles for more predictable alignment */
.material-design-icon > .material-design-icon__svg {
position: static;
bottom: 0;
}
body {
overflow-y: scroll;