using popper instead of handrolled appearing stuff.
This commit is contained in:
9
resources/public/css/bulma.min.css
vendored
9
resources/public/css/bulma.min.css
vendored
@@ -10954,15 +10954,8 @@ span[data-tooltip].has-tooltip-primary-two {
|
||||
}
|
||||
|
||||
.typeahead-menu {
|
||||
position: absolute;
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
top: 100%;
|
||||
left: 0;
|
||||
z-index: 10000;
|
||||
overflow: auto;
|
||||
float: left;
|
||||
min-width: 160px;
|
||||
min-width: 200px;
|
||||
padding: 5px 0;
|
||||
margin: 2px 0 0;
|
||||
list-style: none;
|
||||
|
||||
File diff suppressed because one or more lines are too long
35
resources/sass/bulma.scss
vendored
35
resources/sass/bulma.scss
vendored
@@ -75,27 +75,20 @@ $fullhd-enabled: false;
|
||||
}
|
||||
|
||||
.typeahead-menu {
|
||||
position:absolute;
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
top: 100%;
|
||||
left: 0;
|
||||
z-index: 10000;
|
||||
overflow: auto;
|
||||
float: left;
|
||||
min-width: 160px;
|
||||
padding: 5px 0;
|
||||
margin: 2px 0 0;
|
||||
list-style: none;
|
||||
font-size: 14px;
|
||||
text-align: left;
|
||||
background-color: $white;
|
||||
border: 1px solid #cccccc;
|
||||
border: 1px solid rgba(0, 0, 0, 0.15);
|
||||
border-radius: 4px;
|
||||
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
||||
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
||||
/* background-clip: padding-box; */
|
||||
z-index: 10000;
|
||||
min-width: 200px;
|
||||
padding: 5px 0;
|
||||
margin: 2px 0 0;
|
||||
list-style: none;
|
||||
font-size: 14px;
|
||||
text-align: left;
|
||||
background-color: $white;
|
||||
border: 1px solid #cccccc;
|
||||
border: 1px solid rgba(0, 0, 0, 0.15);
|
||||
border-radius: 4px;
|
||||
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
||||
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
||||
/* background-clip: padding-box; */
|
||||
}
|
||||
.modal-card {
|
||||
overflow: auto;
|
||||
|
||||
Reference in New Issue
Block a user