0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-26 20:22:42 +00:00
This commit is contained in:
Víctor Losada Hernández
2024-03-06 19:16:48 +01:00
parent c7a2e84927
commit 7483b4afc6

View File

@@ -244,7 +244,8 @@
top: 28px;
right: 0px;
z-index: 10000;
width: fit-content;
width: max-content;
min-width:100%;
max-height: calc(100vh - 28px);
overflow: hidden auto;
display: flex;
@@ -256,7 +257,6 @@
justify-content : space-between;
align-items : center;
width : 100%;
text-wrap : nowrap;
border : 1px solid #888888;
border-bottom : 0;
animation-name : glideDropDown;