Fix overflow issues
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
2873bf6c3c
commit
8695beb7ca
1 changed files with 3 additions and 1 deletions
|
@ -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 a new issue