Spaces:
Running
Running
Update style.css
Browse files
style.css
CHANGED
@@ -4,6 +4,16 @@
|
|
4 |
margin: 0;
|
5 |
font-family: sans-serif;
|
6 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
body {
|
8 |
min-height: 100vh;
|
9 |
min-height: -webkit-fill-available;
|
|
|
4 |
margin: 0;
|
5 |
font-family: sans-serif;
|
6 |
}
|
7 |
+
.sidebar {
|
8 |
+
position: fixed;
|
9 |
+
top: 0;
|
10 |
+
left: 0;
|
11 |
+
width: 250px; /* Adjust width as needed */
|
12 |
+
height: 100%; /* Make sidebar full height */
|
13 |
+
background-color: #f0f0f0; /* Sidebar background color */
|
14 |
+
/* Add other styling properties as needed */
|
15 |
+
}
|
16 |
+
|
17 |
body {
|
18 |
min-height: 100vh;
|
19 |
min-height: -webkit-fill-available;
|