mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-02-21 07:31:14 -08: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
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue