1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-09-28 07:08:20 +00:00

Fix problem with file picker overflow

On Chrome the invisible file picker was extending below its container.
This commit is contained in:
Jermolene 2014-07-17 11:26:11 +01:00
parent b440e67f68
commit 0a716ca0ef

View File

@ -14,6 +14,7 @@ tags: $:/tags/stylesheet
position: relative;
border: 1px solid #ddd;
<<box-shadow "inset 1px 2px 4px rgba(0, 0, 0, 0.15)">>;
overflow: hidden;
}
.tw-upgrade-wizard svg.tw-image-download-button {