Skip to content

Commit ef4e27a

Browse files
authored
Update default.html
1 parent b384c1b commit ef4e27a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

_layouts/default.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@
6464
.top-ribbon {
6565
position: fixed;
6666
top: 0;
67-
width: 100%;
67+
left: 250px;
68+
width: calc(100% - 250px);
6869
background: white;
6970
padding: 16px 32px;
7071
box-shadow: 0 4px 12px rgba(0,0,0,0.15);

0 commit comments

Comments
 (0)