This website requires JavaScript.
Explore
Help
Sign In
sambruk
/
excalidraw
Watch
2
Star
0
Fork
0
You've already forked excalidraw
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
excalidraw
/
src
/
components
/
Popover.scss
7 lines
74 B
SCSS
Raw
Normal View
History
Unescape
Escape
scope css under name space excalidraw (#1983)
2020-09-26 02:48:45 +05:30
.
excalidraw
{
.
popover
{
fix: popover positioning (#3399)
2021-04-05 17:26:37 +02:00
position
:
absolute
;
fix: Support Excalidraw inside scrollable container (#3018) * refactor: remove position fixed from excalidraw container, modal and stats * remove unused css * remove position fixed from toast and scroll to content * Make excal interactable by fixing offsets and set popover as fixed since position needs to be calculate from viewport top * Assign 200px less than height of Excalidraw to the selected shapes actions o UI doesn't overflow * update changelog, readme and package.json
2021-02-14 18:18:34 +05:30
z-index
:
10
;
scope css under name space excalidraw (#1983)
2020-09-26 02:48:45 +05:30
}
}
Reference in New Issue
Copy Permalink