Commit 26d61113 authored by Phil Hughes's avatar Phil Hughes Committed by Fatih Acet

Lists dropdown drops up

parent a9432410
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
{{ selected.title }} {{ selected.title }}
<i class="fa fa-chevron-down"></i> <i class="fa fa-chevron-down"></i>
</button> </button>
<div class="dropdown-menu dropdown-menu-selectable"> <div class="dropdown-menu dropdown-menu-selectable dropdown-menu-drop-up">
<ul> <ul>
<li <li
v-for="list in state.lists" v-for="list in state.lists"
......
...@@ -227,6 +227,11 @@ ...@@ -227,6 +227,11 @@
} }
} }
.dropdown-menu-drop-up {
top: auto;
bottom: 100%;
}
.dropdown-menu-large { .dropdown-menu-large {
width: 340px; width: 340px;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment