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