forked from matrix/element-web
revert part of 0eceb737
as we need the auxpanel to have overflow: auto, not overflow: visible (initial)...
This commit is contained in:
parent
566c0437c0
commit
bf10a03ab1
|
@ -52,6 +52,7 @@ limitations under the License.
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
|
|
||||||
|
overflow: auto;
|
||||||
border-bottom: 1px solid #a8dbf3;
|
border-bottom: 1px solid #a8dbf3;
|
||||||
|
|
||||||
-webkit-flex: 0 0 auto;
|
-webkit-flex: 0 0 auto;
|
||||||
|
|
Loading…
Reference in New Issue