Skip to content

Commit 780edd2

Browse files
authored
Sidebar: Fixs scrollbar position, biome 2.2.0 (#359)
1 parent 5ec0ad2 commit 780edd2

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
@@ -675,7 +675,7 @@ ol li:last-child {
675675
overflow-y: auto;
676676
min-height: 0;
677677
/* allows space for scrollbar */
678-
width: calc(var(--sidebar-width) - 1rem);
678+
width: calc(var(--sidebar-width));
679679
scrollbar-gutter: stable;
680680
display: flex;
681681
flex-direction: column;

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)