linguabot commited on
Commit
ff6e981
·
verified ·
1 Parent(s): d2e180e

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. client/src/index.css +3 -4
client/src/index.css CHANGED
@@ -136,13 +136,12 @@ html.is-chrome body { overscroll-behavior: contain; }
136
 
137
  /* Chrome-only sidebar opacity + blur look */
138
  html.is-chrome .sidebar-shell { background: rgba(255,255,255,0.9); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); position: fixed; top: 56px; left: 0; bottom: 0; width: 15rem; display: flex; flex-direction: column; }
139
- html.is-chrome .sidebar-nav { position: fixed; top: 72px; left: 0; width: 15rem; }
140
- html.is-chrome .sidebar-footer { position: fixed; bottom: 0; left: 0; width: 15rem; background: transparent; }
 
141
  html.is-chrome .sidebar-shell { overflow: visible; }
142
  /* Ensure links remain clickable */
143
  html.is-chrome .sidebar-shell a { pointer-events: auto; }
144
- /* Keep nav and footer fixed inside the fixed aside */
145
- html.is-chrome .sidebar-shell .sidebar-nav, html.is-chrome .sidebar-shell .sidebar-footer { position: fixed; }
146
 
147
  /* Font exactness tweaks: normalize weights and sizes like Safari */
148
  html.is-chrome body { font-weight: 400; }
 
136
 
137
  /* Chrome-only sidebar opacity + blur look */
138
  html.is-chrome .sidebar-shell { background: rgba(255,255,255,0.9); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); position: fixed; top: 56px; left: 0; bottom: 0; width: 15rem; display: flex; flex-direction: column; }
139
+ /* Rely on fixed aside; keep nav/footer normal flow like Safari */
140
+ html.is-chrome .sidebar-nav { position: static; width: auto; }
141
+ html.is-chrome .sidebar-footer { position: static; width: auto; background: transparent; }
142
  html.is-chrome .sidebar-shell { overflow: visible; }
143
  /* Ensure links remain clickable */
144
  html.is-chrome .sidebar-shell a { pointer-events: auto; }
 
 
145
 
146
  /* Font exactness tweaks: normalize weights and sizes like Safari */
147
  html.is-chrome body { font-weight: 400; }