diff options
author | Unknwon <u@gogs.io> | 2015-09-05 19:58:44 -0400 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-09-05 19:58:44 -0400 |
commit | 705224353b10ea4166ca3dde2ed0044357aae78b (patch) | |
tree | 44410a76d69f7d520197e5c78c0c850a8ac2cef7 /public/less/_dashboard.less | |
parent | 119dec51f2ed764d004d32a5fc3006870d81291f (diff) | |
download | gitea-705224353b10ea4166ca3dde2ed0044357aae78b.tar.gz gitea-705224353b10ea4166ca3dde2ed0044357aae78b.zip |
minor fix
Diffstat (limited to 'public/less/_dashboard.less')
-rw-r--r-- | public/less/_dashboard.less | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/public/less/_dashboard.less b/public/less/_dashboard.less index 9ef1fa2e3c..054a6e1d73 100644 --- a/public/less/_dashboard.less +++ b/public/less/_dashboard.less @@ -4,6 +4,7 @@ &.issues { .context.user.menu { + z-index: 101; min-width: 200px; .ui.header { font-size: 1rem; |