mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-12 14:00:17 +02:00
Change overflow for dropdown
If there's no content the page-wrapper cuts dropdown. This change fixes this.
This commit is contained in:
parent
8e7125f1b0
commit
995bbf7966
@ -27,7 +27,7 @@ body {
|
|||||||
margin: 0 0 0 250px;
|
margin: 0 0 0 250px;
|
||||||
padding: 0 30px;
|
padding: 0 30px;
|
||||||
border-left: 1px solid #e7e7e7;
|
border-left: 1px solid #e7e7e7;
|
||||||
overflow: hidden;
|
overflow: visible;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -346,4 +346,4 @@ table.dataTable thead .sorting:after {
|
|||||||
|
|
||||||
.panel-yellow a:hover {
|
.panel-yellow a:hover {
|
||||||
color: #df8a13;
|
color: #df8a13;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user