6 lines
74 B
CSS
6 lines
74 B
CSS
.Nav {
|
|
background: white;
|
|
position: sticky;
|
|
top: 0;
|
|
z-index: 1;
|
|
}
|