mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-16 06:44:50 +00:00
Fix problem with file picker overflow
On Chrome the invisible file picker was extending below its container.
This commit is contained in:
parent
b440e67f68
commit
0a716ca0ef
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user