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

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. client/src/index.css +4 -3
client/src/index.css CHANGED
@@ -130,14 +130,15 @@ html.is-chrome .qa-card > .flex { align-items: center; }
130
  /* Chrome-only: isolate layout/paint for smoother scroll */
131
  html.is-chrome .qa-grid { contain: layout paint; }
132
  html.is-chrome .qa-card { will-change: transform; transform: translateZ(0); backface-visibility: hidden; }
133
- html.is-chrome main { will-change: transform; transform: translateZ(0); content-visibility: auto; contain-intrinsic-size: 1200px; }
 
134
  html.is-chrome body { overscroll-behavior: contain; }
135
 
136
  /* Chrome-only sidebar opacity + blur look */
137
- html.is-chrome .sidebar-shell { background: rgba(255,255,255,0.9); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); will-change: transform; contain: paint; position: fixed; top: 56px; left: 0; bottom: 0; width: 15rem; display: flex; flex-direction: column; }
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 */
 
130
  /* Chrome-only: isolate layout/paint for smoother scroll */
131
  html.is-chrome .qa-grid { contain: layout paint; }
132
  html.is-chrome .qa-card { will-change: transform; transform: translateZ(0); backface-visibility: hidden; }
133
+ /* Avoid transforms on main that can affect fixed positioning in Chrome */
134
+ html.is-chrome main { will-change: auto; transform: none; }
135
  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: static; align-self: stretch; }
140
  html.is-chrome .sidebar-footer { position: sticky; bottom: 0; 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
  /* Remove overcomplicated fixed children; rely on fixed aside */