Skip to content

Commit cf23221

Browse files
authored
Merge pull request microsoft#185540 from microsoft/aiday/addingResizableContentWidgetWithoutPersistance
Adding the resizable content hover code without the persistance mechanism
2 parents 5b451d7 + 6f00b57 commit cf23221

File tree

4 files changed

+362
-113
lines changed

4 files changed

+362
-113
lines changed

src/vs/base/browser/ui/hover/hover.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,9 @@
77
cursor: default;
88
position: absolute;
99
overflow: hidden;
10-
z-index: 50;
1110
user-select: text;
1211
-webkit-user-select: text;
13-
box-sizing: initial;
12+
box-sizing: border-box;
1413
animation: fadein 100ms linear;
1514
line-height: 1.5em;
1615
}

0 commit comments

Comments
 (0)