mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-19 03:05:49 +00:00
[FIX] better scrollbar/footer interactions
This commit is contained in:
4
vendor/flatdoc/v/0.8.0/theme-white/style.css
vendored
4
vendor/flatdoc/v/0.8.0/theme-white/style.css
vendored
@@ -685,12 +685,12 @@ a.big.button:hover:visited {
|
||||
border-bottom: solid 1px #dfe2e7;
|
||||
}
|
||||
}
|
||||
@media (max-width: 768px) /* Mobile and tablet */ {
|
||||
@media (max-width: 990px) /* Mobile and tablet */ {
|
||||
.menubar {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
@media (min-width: 768px) /* Desktop */ {
|
||||
@media (min-width: 990px) /* Desktop */ {
|
||||
.content-root {
|
||||
padding-left: 230px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user