Fix task dropdown menu overflow (#11230)
This commit is contained in:
committed by
Matteo Pagliazzi
parent
6724413ce9
commit
25b443a7c6
@@ -57,6 +57,7 @@ div
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
min-height: 100vh;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
#loading-screen-inapp {
|
||||
@@ -89,7 +90,6 @@ div
|
||||
}
|
||||
|
||||
.container-fluid {
|
||||
overflow-x: hidden;
|
||||
flex: 1 0 auto;
|
||||
}
|
||||
|
||||
|
||||
@@ -113,11 +113,11 @@
|
||||
.footer-row {
|
||||
margin: 0;
|
||||
flex: 0 1 auto;
|
||||
z-index: 17;
|
||||
}
|
||||
|
||||
footer {
|
||||
color: #c3c0c7;
|
||||
z-index: 17;
|
||||
padding-bottom: 3em;
|
||||
|
||||
a {
|
||||
|
||||
Reference in New Issue
Block a user