Skip to content

Commit a563918

Browse files
committed
fix: removed width:100% from sticy-nav
1 parent fcebdd2 commit a563918

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/css/navbar.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
position: fixed;
1313
top: 0;
1414
right: 0;
15-
width:100%;
15+
/*width:100%;*/
1616
height: auto;
1717
background: #fff;
1818
transform: translateY(0% )!important;

0 commit comments

Comments
 (0)