Remove top margin of community panel container
This is a simpler fix for the scrollbar problem than changing the definition for height, which was my previous attempt at solving this problem. Additionally, the top and bottom margins are now consistent. Signed-off-by: Jonas Schürmann <jonasschuermann@aol.de>
This commit is contained in:
parent
2d9fbcab70
commit
92c2a119c9
1 changed files with 1 additions and 2 deletions
|
@ -63,9 +63,8 @@ limitations under the License.
|
|||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
margin-top: 5px;
|
||||
|
||||
height: calc(100% - 5px);
|
||||
height: 100%;
|
||||
}
|
||||
.mx_TagPanel .mx_TagPanel_tagTileContainer > div {
|
||||
height: 40px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue