@youtyan/code-viewer 0.1.46 → 0.1.47

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/web/style.css +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@youtyan/code-viewer",
3
- "version": "0.1.46",
3
+ "version": "0.1.47",
4
4
  "description": "Local browser-based code and git diff viewer",
5
5
  "type": "module",
6
6
  "bin": {
package/web/style.css CHANGED
@@ -3510,7 +3510,7 @@ body.gdp-file-detail-page.gdp-repo-blob-page .sb-view-seg {
3510
3510
  body.gdp-repo-page .sb-filter-wrap,
3511
3511
  body.gdp-file-detail-page.gdp-repo-blob-page .sb-filter-wrap {
3512
3512
  grid-area: filter;
3513
- position: static;
3513
+ position: relative;
3514
3514
  width: 100%;
3515
3515
  margin: 0;
3516
3516
  padding: 6px 0 0;