lakelib 0.1.6 → 0.1.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/lake.css CHANGED
@@ -249,6 +249,10 @@ button.lake-text-button span {
249
249
  box-shadow: var(--popup-shadow);
250
250
  display: none;
251
251
  }
252
+ .lake-dropdown[placement="top"] .lake-dropdown-menu {
253
+ top: auto;
254
+ bottom: 30px;
255
+ }
252
256
  .lake-dropdown .lake-dropdown-menu li {
253
257
  display: flex;
254
258
  align-items: center;