- commit
- 8f3eca494b49b475d8fde23aa3ac89f0d1c66709
- parent
- 54b6c466064ceb4e9310035e3adc80642e17f0aa
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2023-02-26 10:16
fix: flow-relative overflow and resize
Diffstat
| M | sass/base.scss | 4 | ++-- |
1 files changed, 2 insertions, 2 deletions
diff --git a/sass/base.scss b/sass/base.scss
@@ -18,7 +18,7 @@ p, address, blockquote, pre, table, dl, ul, ol, figure, fieldset {
18 18 }
19 19
20 20 html {
21 -1 overflow-y: scroll;
-1 21 overflow-block: scroll;
22 22 background-color: $color-bg;
23 23 color: $color-fg;
24 24 font-size: $font-size-max;
@@ -102,7 +102,7 @@ td, th {
102 102
103 103 textarea,
104 104 select[multiple] {
105 -1 resize: vertical;
-1 105 resize: block;
106 106 }
107 107
108 108 // Prevent sub and sup affecting line-height.