make whole page element scrollable

This commit is contained in:
Martti Malmi
2023-11-22 17:10:00 +02:00
parent 1af8316453
commit de524b50fc
3 changed files with 6 additions and 10 deletions

View File

@ -132,10 +132,6 @@ a.ext {
overflow-wrap: break-word;
}
#root {
overflow-x: hidden;
}
.b {
border: 1px solid var(--border-color);
}