diff options
| author | bobzel <zzzman@gmail.com> | 2025-04-05 00:01:53 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2025-04-05 00:01:53 -0400 |
| commit | 031a607100700f818f96b7fbf478f1b75292be9b (patch) | |
| tree | 8c726b9529ec00888aa33504ce08e66fdda2d40b /src/client/views/SidebarAnnos.scss | |
| parent | ede7aaa19d903a7e55fc60d9bc213988ea602c97 (diff) | |
fixed sizing of text box annotations sidebar button. cleaned up TagsView to not overlap button bar below doc decorations or bottom resize handle
Diffstat (limited to 'src/client/views/SidebarAnnos.scss')
| -rw-r--r-- | src/client/views/SidebarAnnos.scss | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/client/views/SidebarAnnos.scss b/src/client/views/SidebarAnnos.scss index d7de2b641..abfd04f11 100644 --- a/src/client/views/SidebarAnnos.scss +++ b/src/client/views/SidebarAnnos.scss @@ -1,3 +1,13 @@ +.sidebarAnnos-container { + position: absolute; + width: 100%; + height: 100%; + right: 0; + .sidebarAnnos-stacking { + width: 100%; + position: relative; + } +} .sidebarAnnos-tagList { display: flex; flex-direction: row; |
