Skip to content

Commit 51a263a

Browse files
committed
Add status bar
1 parent 0f35f10 commit 51a263a

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

images/status_bar.png

4.84 KB
Loading

style.scss

+6
Original file line numberDiff line numberDiff line change
@@ -142,4 +142,10 @@ body {
142142
color: #000;
143143
}
144144
}
145+
146+
.status_bar {
147+
position: fixed;
148+
bottom: 0;
149+
width: 100%;
150+
}
145151
}

0 commit comments

Comments
 (0)