(PDOC-93) Ensure search bar doesn't overlap item list in nav bar
This commit is contained in:
parent
2e64a37327
commit
46af92731d
|
@ -0,0 +1,8 @@
|
||||||
|
/* Ensure the search bar doesn't overlap with links */
|
||||||
|
.fixed_header {
|
||||||
|
padding-bottom: 25px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#full_list {
|
||||||
|
padding-top: 15px;
|
||||||
|
}
|
Loading…
Reference in New Issue