Skip to content

Commit d1dfaf1

Browse files
committed
Sidebar: Fixs scrollbar position, biome 2.2.0
1 parent bd8bdc6 commit d1dfaf1

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
BIOME_BASE_CMD := $(if $(shell which biome),biome,npx @biomejs/biome@2.0.6)
1+
BIOME_BASE_CMD := $(if $(shell which biome),biome,npx @biomejs/biome@2.2.0)
22
BIOME_CONFIG_PATH := --config-path="biome.json"
33
WRITE_FLAG := --write
44

assets/css/v2/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,7 @@ ol li:last-child {
617617
overflow-y: auto;
618618
min-height: 0;
619619
/* allows space for scrollbar */
620-
width: calc(var(--sidebar-width) - 1rem);
620+
width: calc(var(--sidebar-width));
621621
scrollbar-gutter: stable;
622622
}
623623
}

biome.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/2.0.6/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.2.0/schema.json",
3+
"root": false,
34
"vcs": {
45
"enabled": true,
56
"clientKind": "git",

0 commit comments

Comments
 (0)