linguabot commited on
Commit
c914c6f
·
verified ·
1 Parent(s): 8a65b6e

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. client/src/index.css +2 -1
client/src/index.css CHANGED
@@ -138,7 +138,8 @@ html.is-chrome .sidebar-shell { background: rgba(255,255,255,0.9); -webkit-backd
138
  html.is-chrome .sidebar-nav { position: static; align-self: stretch; }
139
  html.is-chrome .sidebar-footer { position: sticky; bottom: 0; background: transparent; }
140
  html.is-chrome .sidebar-shell { overflow: hidden; }
141
- html.is-chrome .sidebar-shell::before { content: ''; position: absolute; inset: 0; }
 
142
  /* Remove overcomplicated fixed children; rely on fixed aside */
143
  html.is-chrome .sidebar-shell .sidebar-nav, html.is-chrome .sidebar-shell .sidebar-footer { position: static; width: auto; left: auto; top: auto; bottom: auto; }
144
 
 
138
  html.is-chrome .sidebar-nav { position: static; align-self: stretch; }
139
  html.is-chrome .sidebar-footer { position: sticky; bottom: 0; background: transparent; }
140
  html.is-chrome .sidebar-shell { overflow: hidden; }
141
+ /* Ensure links remain clickable */
142
+ html.is-chrome .sidebar-shell a { pointer-events: auto; }
143
  /* Remove overcomplicated fixed children; rely on fixed aside */
144
  html.is-chrome .sidebar-shell .sidebar-nav, html.is-chrome .sidebar-shell .sidebar-footer { position: static; width: auto; left: auto; top: auto; bottom: auto; }
145