Skip to content

Commit ed2b93e

Browse files
committed
fix scrolling bars and c++20 standard
1 parent d5048d4 commit ed2b93e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/generate.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
cp -r cppwp/n3337 build/c++11
5151
cp -r cppwp/n4140 build/c++14
5252
cp -r cppwp/n4659 build/c++17
53-
cp -r cppwp/n4861 build/c++20
53+
cp -r cppwp/n4868 build/c++20
5454
cp -r cppwp/n4950 build/c++23
5555
5656
- name: Copy index

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
2222
max-width: calc(min(800px, 80vw));
2323
max-height: 80vh;
24-
overflow: scroll;
24+
overflow: auto;
2525
position: absolute;
2626
top: 50%;
2727
left: 50%;

0 commit comments

Comments
 (0)