Skip to content

Commit f761ed0

Browse files
committed
fix : nav-bar and sidebars
Signed-off-by: Sbragul26 <sbragul26@gmail.com>
1 parent 716c1ff commit f761ed0

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

assets/scss/_styles_project.scss

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,10 +232,17 @@ a:not([href]):not([class]):hover {
232232
height: calc(100vh - 5.5rem);
233233
top: 5.5rem;
234234
overflow-y: auto;
235-
padding-top: 1rem;
235+
padding-top: 0;
236+
margin-top: 0;
236237
overflow-x: hidden;
237238
}
238239

240+
.td-sidebar #td-sidebar-menu,
241+
.td-sidebar .td-sidebar__search {
242+
padding-top: 0;
243+
margin-top: 0;
244+
}
245+
239246
@media screen and (max-width: 768px) {
240247
.td-sidebar {
241248
position: relative;

0 commit comments

Comments
 (0)