diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-09-04 15:12:36 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-09-04 15:12:36 -0400 |
commit | f9bca15b0b7e10e1410dfb000d9ddf862d8c0c9d (patch) | |
tree | 0583ff0341f468ae4c8441756295f861ed78a930 /assets/sass | |
parent | 8ee699c8bfb4f2a8cf2c8f0b6aef7c2e120f5069 (diff) |
Change select2 version to avoid position issue
Diffstat (limited to 'assets/sass')
-rw-r--r-- | assets/sass/_popover.sass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/sass/_popover.sass b/assets/sass/_popover.sass index f8ef609d..ebaa49c7 100644 --- a/assets/sass/_popover.sass +++ b/assets/sass/_popover.sass @@ -15,7 +15,7 @@ position: fixed width: 950px max-width: 95% - max-height: calc(100% - 100px) + max-height: calc(100% - 50px) top: 5% left: 50% transform: translate(-50%, -5%) |