Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files- static/css/style.css +4 -6
static/css/style.css
CHANGED
|
@@ -834,16 +834,14 @@ input:focus {
|
|
| 834 |
|
| 835 |
.sidebar.open {
|
| 836 |
width: 250px;
|
|
|
|
| 837 |
}
|
| 838 |
|
| 839 |
-
|
| 840 |
-
|
| 841 |
-
|
| 842 |
-
.sidebar.open .nav-link span:not(.icon) {
|
| 843 |
-
display: inline;
|
| 844 |
}
|
| 845 |
|
| 846 |
-
>>>>>>> 0a2448e79f79a08253d8b42ee8fbb44ea87d4f33
|
| 847 |
.sidebar-overlay {
|
| 848 |
display: none;
|
| 849 |
position: fixed;
|
|
|
|
| 834 |
|
| 835 |
.sidebar.open {
|
| 836 |
width: 250px;
|
| 837 |
+
overflow-y: auto;
|
| 838 |
}
|
| 839 |
|
| 840 |
+
/* Reset the 992px display:none - sidebar is hidden by width:0 anyway */
|
| 841 |
+
.logo-text, .nav-link span:not(.icon) {
|
| 842 |
+
display: inline !important;
|
|
|
|
|
|
|
| 843 |
}
|
| 844 |
|
|
|
|
| 845 |
.sidebar-overlay {
|
| 846 |
display: none;
|
| 847 |
position: fixed;
|