mirror of https://github.com/vector-im/riot-web
Fix overflow issues
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>pull/21833/head
parent
2873bf6c3c
commit
8695beb7ca
|
@ -20,7 +20,9 @@ limitations under the License.
|
|||
bottom: 16px;
|
||||
z-index: 100; // To be above the primary feed
|
||||
|
||||
height: 100%;
|
||||
overflow: auto;
|
||||
|
||||
height: calc(100% - 32px); // Subtract the top and bottom padding
|
||||
width: 20%;
|
||||
|
||||
display: flex;
|
||||
|
|
Loading…
Reference in New Issue