mfbs

CSS microframework
git clone https://git.ce9e.org/mfbs.git

commit
67db45373f101c87eaa0db9f708aded4e2024846
parent
e16a0bb231535736a162f336c42b60c3b5f5d02e
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2023-05-05 10:42
Revert "fix: flow-relative overflow and resize"

This reverts commit 8f3eca494b49b475d8fde23aa3ac89f0d1c66709.

Currenly only available in firefox

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-block: scroll;
   -1    21     overflow-y: 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: block;
   -1   105     resize: vertical;
  106   106 }
  107   107 
  108   108 // Prevent sub and sup affecting line-height.