# chromium_bug.html -rw-r--r-- 243 bytes View raw
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<head>
  <style>
    div {
      display: flex;
      overflow: auto;
      resize: horizontal;
    }

    textarea {
      flex-grow: 1;
      resize: none;
    }

  </style>
</head>

<div>
  <textarea class="post-content"></textarea>
</div>